{#
########################################################
    template: master
########################################################
#}

<!DOCTYPE html>
<html lang="de">

{# include: head #}
{% include '_partials/_head.twig' %}
<body>

{# include: fallback text #}
{% include '_partials/_fallback.twig' %}

{#  block: content #}
{% block content %}{% endblock %}

{# include: javascript #}
{% include '_partials/_scripts.twig' %}
</body>
</html>
