{% extends "page.html" %} {% block content %}
{% if layout and layout.startswith('Two column') %}
{% else %}
{% endif %} {{ main_section_html }}
{% if layout and layout.startswith('Two column') %}
{{ side_section_html }}
{% endif %}
{% endblock %}