Update templates to move the navbar to the main layout.

This commit is contained in:
2024-04-11 17:11:02 +03:00
parent 65c8a49182
commit df371f50a6
3 changed files with 2 additions and 4 deletions
+2
View File
@@ -17,6 +17,8 @@
<body class="flex flex-col min-h-screen bg-gray-50 dark:bg-gray-900">
{{> navbar }}
{{{body}}}
{{> footer }}