{%- if footer_logo -%}
Footer Logo
{%- endif -%}
{% if footer_items -%}
{% include ["templates/includes/footer/footer_grouped_links.html", "templates/includes/footer/footer_items.html"] %}
{% endif %}
{% block extension %} {% include "templates/includes/footer/footer_extension.html" %} {% endblock %}
{% include "templates/includes/footer/footer_links.html" %}
{% if copyright %} © {{ copyright }} {% endif %} {% if footer_address %} {% if copyright %}
{% endif %} {{ footer_address }} {% endif %}
{# powered #}
{% block powered %} {% include "templates/includes/footer/footer_powered.html" %} {% endblock %}