1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

13 lines
315 B
HTML
Raw Normal View History

2019-05-14 11:37:52 -07:00
<footer class="footer">
<div class="container">
<div class="content is-small has-text-centered">
{{ footer_content }}
2019-05-07 23:21:41 -07:00
</div>
2019-05-07 23:59:05 -07:00
{% if enable_credit == true %}
2019-05-14 11:37:52 -07:00
<div class="content is-small has-text-centered">
{% include "templates/credit.html" %}
2019-05-07 23:21:41 -07:00
</div>
2019-05-14 11:37:52 -07:00
</div>
</footer>
{% endif %}