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