{% macro page_shell(title, subtitle='', actions='') -%}

{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %}
{% if actions %}
{{ actions|safe }}
{% endif %}
{{ caller() if caller else '' }}
{%- endmacro %} {% macro footer_actions() -%} {%- endmacro %}