footer.html.tmpl

1{{- define "footer" }}
2        <footer>
3            <div class="wrapper">
4                <p>Willow {{ . }} &mdash; <a href="https://getwillow.org">Source code</a> &mdash; <a href="https://todo.sr.ht/~amolith/willow">Issue queue</a></p>
5            </div>
6        </footer>
7    </body>
8</html>
9{{- end -}}