{% load wagtailcore_tags i18n %}

{{ self.label }}

{% if self.description %}

{{ self.description }}

{% endif %} {% if self.main_link.url %} {{ self.main_link.label }} {% endif %}
{% for column in self.columns %} {% include_block column %} {% endfor %}