{% load wagtailcore_tags %}
{% include "widgets/sidebar.html" with links=sidebar_links %}
{% for section in sections %}
{% include_block section.content %}
{% endfor %}