bloat/templates/about.tmpl

20 lines
545 B
Cheetah

{{with .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<div class="page-title"> About </div>
<div>
<p>
A web client for <a href="https://pleroma.social" target="_blank">Mastodon Network</a>.
</p>
<p>
The source code is released under
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode" target="_blank">CC0</a>
and is available on
<a href="https://git.freesoftwareextremist.com/bloat" target="_blank">git.freesoftwareextremist.com/bloat</a>.
</P>
</div>
{{template "footer.tmpl"}}
{{end}}