blt/templates/layout/footer.tmpl
2024-05-29 11:04:31 -04:00

12 lines
192 B
Cheetah

{{ define "footer" }}
</div>
<!-- footer -->
<nav id="main-footer">
<p>BLT version {{ .app_version }} | Built with Go {{ .runtime_version }}</p>
</nav>
</body>
</html>
{{ end }}