Files
Playwright-A11y-Dashboard/views/index.ejs
Keith Solomon 2ba6821fae 🐞 fix: Adjust spacing
2025-05-24 12:24:18 -05:00

9 lines
237 B
Plaintext

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