mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-19 06:18:27 +00:00
12 lines
319 B
HTML
12 lines
319 B
HTML
<footer class="footer">
|
|
<div class="container">
|
|
<div class="content is-small has-text-centered">
|
|
{{ footer_content }}
|
|
</div>
|
|
{% if enable_credit == true %}
|
|
<div class="content is-small has-text-centered">
|
|
{% include "templates/credit.html" %}
|
|
</div>
|
|
{% endif %}
|
|
</div>
|
|
</footer>
|