<!DOCTYPE html>
<html lang="{% if document.getProperty('language') %}{{document.getProperty('language')}}{% else %}de-DE{% endif %}" class="{% if editmode %}editmode{% else %}frontend{% endif %}">
{% apply spaceless %}
{% block head %}
{% include 'html/01_head/head.html.twig' %}
{% endblock %}
{% block body %}
{% endblock %}
{% endapply %}
</html>