configui/templates/base/footer.tmpl

11 lines
262 B
Cheetah

{{define "base/footer"}}
<footer class="footer">
<div class="content has-text-right">
<p>
<strong>Configui</strong> {{.Version}} by <a href="mailto:evanchen@kumoly.io">Evan Chen</a>.
</p>
</div>
</footer>
</body>
</html>
{{end}}