mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
13 lines
319 B
HTML
13 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>
|