{% extends 'base.html' %} {% load wagtailcore_tags %} {% block content %}
{% for block in page.menu_default %} {% include_block block %} {% endfor %}
{% for block in page.menu_flat %} {% include_block block %} {% endfor %}
{% for block in page.menu_column %} {% include_block block %} {% endfor %}
{% include "include/callout/home__opening_hours.html" %}
{% endblock %}