{% load wagtailcore_tags horhor_tags themes_tags %} {% theme_type as footer_type %} {% if footer_type == 'None' %} {% if settings.horhor.LayoutSettings.site_footer %} {% endif %} {% else %} {% block footer %} {% foters %} {% endblock %} {% endif %}