{% load cms_tags %} {% footer_content as fc %} {% for block in fc.body %}
{% if block.block_type == 'section' %} {% include 'components/FooterPageBlock/sectionBlock.html' %} {% elif block.block_type == 'row' %} {% include 'components/FooterPageBlock/rowBlock.html' %} {% else %}

{{block.block_type}}

{% endif %}
{% endfor %}