{% if title and subtitle %}
{{ title }} - {{ subtitle }} - {{ config.name }}
{% elif title %}
{{ title }} - {{ config.name }}
{% else %}
{{ config.name }}
{% endif %} {% include './_partial/drawer.html' %} {% include './_partial/appbar.html' %} {% block body %}
{% block container %}
No Content
{% endblock %}
{% endblock %} {% block script %} {% endblock %}