{% if title and headings %} {% if title %}

{{ title }}

{% endif %} {% for heading in headings %} {% if section %} {% include 'widgets/heading4.html' with text=heading.text href=heading.href %} {% else %} {% include 'widgets/heading2.html' with text=heading.text href=heading.href %} {% endif %} {% endfor %} {# {% include 'widgets/sidebar.html' with links=headings %}#}
{% endif %}