flex/templates/partial/footer.html

8 lines
155 B
HTML
Raw Normal View History

2022-07-08 20:36:43 +02:00
<footer>
{% if CC_LICENSE %}
{% include "partial/cc_license.html" %}
{% else %}
{% include "partial/copyright.html" %}
{% endif %}
</footer>