This commit is contained in:
lbenedar
2026-03-05 11:57:45 +03:00
parent c999dce1fd
commit bdbda690a2
3 changed files with 22 additions and 9 deletions

View File

@@ -16,7 +16,9 @@
<main>
{{template "main" .}}
</main>
<footer>Powered by <a href='https://golang.org/'>Go</a></footer>
<footer>
Powered by <a href='https://golang.org/'>Go</a> in {{.CurrentYear}}
</footer>
<script src="/static/js/main.js" type="text/javascript"></script>
</body>
</html>