fix(webui): render correct page at / (dashboard), use base template execution; footer centering, navbar layout via CSS

This commit is contained in:
Thomas Cravey 2025-08-17 13:12:29 -05:00
parent 0e0d0ea824
commit b993482b85
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
</ul>
</nav>
</header>
{{ block "content" . }}{{ end }}
{{ template .Content . }}
<footer><small>{{ .Version }} ({{ .Commit }})</small></footer>
</body>
</html>