{% if let Some(s) = summary %} {% endif %} {% for css_link in css_links %} {% endfor %} {{ navigation|safe }}
{% if let Some(b) = breadcrumbs %}{{ b|safe }}{% endif %}
{{ main_content|safe }}
{% for s in left_sub_notifications %} {{ s|safe}} {% endfor %}
{% for s in right_sub_notifications %} {{ s|safe }} {% endfor %}
{% if let Some(s) = side_menu %}
{{ s|safe }}
{% endif %} {% for s in side_notifications %} {{ s|safe }} {% endfor %}
{{ footer|safe }} {% for js_link in js_links %} {% endfor %}