Started working on the layout of the app

This commit is contained in:
2023-11-24 23:34:50 -05:00
parent cbc816ad70
commit 9dceaa8119
5 changed files with 92 additions and 2 deletions

View File

@ -1,4 +1,11 @@
{{ define "footer" }}
</div>
<!-- footer -->
<nav id="main-footer">
<p>BLT version {{ .app_version }}</p>
</nav>
</body>
</html>
{{ end }}