blt/templates/layout/footer.tmpl

12 lines
192 B
Cheetah
Raw Permalink Normal View History

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