{% extends base_template_path %} {% block hero %}{% endblock %} {% block content %}
{% if show_sidebar %} {% endif %}
{% 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 -%}
{% endblock %}