flex/templates/partial/footer.html
2022-07-08 20:36:43 +02:00

7 lines
155 B
HTML

<footer>
{% if CC_LICENSE %}
{% include "partial/cc_license.html" %}
{% else %}
{% include "partial/copyright.html" %}
{% endif %}
</footer>