Add page footer with request time display

This commit is contained in:
2026-05-07 08:19:39 +02:00
parent 0a30325b96
commit 2787c15d40
5 changed files with 41 additions and 1 deletions
+3
View File
@@ -31,6 +31,9 @@
<main>
{{block "content" .}}{{end}}
</main>
<footer>
<span class="muted">Request time: {{.RenderMS}} ms</span>
</footer>
{{block "extras" .}}{{end}}
</body>
</html>