Files
Playwright-A11y-Dashboard/views/index.ejs
2025-05-24 12:22:24 -05:00

9 lines
223 B
Plaintext

<%- include('header'); -%>
<article class="container mx-auto py-4">
<h2>Welcome to the <%= title %> EJS Template</h2>
<p>This is a simple example of using EJS for templating.</p>
</article>
<%- include('footer'); -%>