{% block content %}{% endblock %}
{% with banners=site_banners.get('footer', []), position='footer' %}
{% include "partials/banners.html" %}
{% endwith %}
{% include "partials/cookie_banner.html" %}
{% include "partials/share_modal.html" %}
{% block scripts %}{% endblock %}