flex/templates/partial/copyright.html

6 lines
164 B
HTML
Raw Normal View History

2017-04-22 08:41:39 +02:00
<p>&copy; {{ COPYRIGHT_NAME }} {{ COPYRIGHT_YEAR }}</p>
{% include "partial/flex.html" %}
{% if STATUSCAKE %}
{% include "partial/statuscake.html" %}
{% endif %}