{% if not no_breadcrumbs and parents %}
{% endif %}
{% block header %}{% endblock %}
{% if show_search %}
{% block search %}
{% include
'templates/includes/search_box.html' %}
{% endblock %}
{% endif %}
{% if self.header_actions() %}
{% block header_actions %}{% endblock %}
{% endif %}
{%- block page_content -%}{%- endblock -%}