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