{% if copyright %} © {{ copyright }} {% endif %} {% if footer_address %} {% if copyright %}
{% endif %} {{ footer_address }} {% endif %}
{# powered #}
{% block powered %} {%- if footer_powered -%} {{ footer_powered }} {%- else -%} {% include "templates/includes/footer/footer_powered.html" %} {%- endif -%} {% endblock %}