{% endblock %}
{% block main_content %} {% block flash %} {% set flash_messages = h.flash.pop_messages() | list %}
{% for message in flash_messages %}
{{ h.literal(message) }}
{% endfor %}
{% endblock %} {% block toolbar %}
{% block add_action %} {% if self.add_action_content() | trim %}
{% block add_action_content %}{% endblock %}
{% endif %} {% endblock %} {% block breadcrumb %} {% if self.breadcrumb_content() | trim %} {% endif %} {% endblock %}
{% endblock %}
{% block actions %}
{% block actions_content %}{% endblock %}
{% endblock %} {# The pre_primary block can be used to add content to before the rendering of the main content columns of the page. #} {% block pre_primary %} {% endblock %} {% block primary %}
{# The primary_content block can be used to add content to the page. This is the main block that is likely to be used within a template. Example: {% block primary_content %}

My page content

Some content for the page

{% endblock %} #} {% block primary_content %}{% endblock %}
{% endblock %} {% block secondary %} {% endblock %}
{% endblock %}