We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114719d commit 4573c15Copy full SHA for 4573c15
src/views/layouts/public.html
@@ -4,15 +4,6 @@
4
<%- include('../components/head.html') %>
5
6
<body class="flex min-h-screen flex-col overflow-auto max-w-full">
7
- <!-- header -->
8
- <%- include('../components/header.html') %>
9
-
10
- <main class="flex-1 relative h-full">
11
- <!-- pages -->
12
- <%- body %>
13
- </main>
14
15
- <!-- footer -->
16
- <%- include('../components/footer.html') %>
+ <%- body %>
17
</body>
18
</html>
0 commit comments