docspell/website/site/templates/footer.html

21 lines
745 B
HTML
Raw Normal View History

2020-07-27 20:13:22 +00:00
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<span>
Docspell, {{ config.extra.version }}
</span>
<span class="ml-1 mr-1"></span>
<a href="https://spdx.org/licenses/GPL-3.0-or-later.html" target="_blank">GPLv3+</a>
<span class="ml-1 mr-1"></span>
<a href="https://github.com/eikek/docspell" target="_blank">
Source Code
</a>
<span class="ml-1 mr-1"></span>
<span>
2020-10-29 21:30:23 +00:00
<a href="https://gitter.im/eikek/docspell">Chat on Gitter</a>
2020-07-27 20:13:22 +00:00
</span>
</div>
</div>
{# <pre> {{ __tera_context }} </pre> #}
</footer>