inou/templates/footer.tmpl

11 lines
312 B
Cheetah

{{define "footer"}}
<footer class="sg-footer">
<div class="sg-footer-left">
<span>© 2026</span>
<a href="/privacy-policy">Privacy</a>
<a href="/pricing">Pricing</a>
</div>
<span class="sg-footer-right"><span class="inou">inou</span> <span class="health">health</span></span>
</footer>
{{end}}