{% block page %}
{% if self.title() %}
{% if self.back_button_url()|trim %} {% endif %}

{%- block title %}{% endblock -%}

{%- if self.title_actions -%}
{% block title_actions %}{% endblock %}
{%- endif -%}
{% if self.subtitle() -%}

{% block subtitle %}{% endblock %}

{% endif %}
{% if self.page_actions() %}
{% block page_actions %}{% endblock %}
{% endif %}
{% if self.description() -%}
{% block description %}{% endblock %}
{% endif %} {% if self.info() %}
{% block info %}{% endblock %}
{% endif %}
{% endif %}
{% block content %}{% endblock %}
{% endblock %}