bloat/templates/about.tmpl

21 lines
610 B
Cheetah
Raw Normal View History

2020-01-14 16:57:16 +00:00
{{with .Data}}
{{template "header.tmpl" (WithContext .HeaderData $.Ctx)}}
{{template "navigation.tmpl" (WithContext .NavbarData $.Ctx)}}
2019-12-21 05:48:48 +00:00
<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/share-your-work/public-domain/cc0" target="_blank">CC0</a>
and is available on
2020-01-01 15:58:27 +00:00
<a href="https://git.freesoftwareextremist.com/bloat" target="_blank">git.freesoftwareextremist.com/bloat</a>.
2019-12-21 05:48:48 +00:00
</P>
</div>
{{template "footer.tmpl"}}
2020-01-14 16:57:16 +00:00
{{end}}
2019-12-21 05:48:48 +00:00