{% block head %} {% include 'partials/metadata.html.twig' %} {% if header.title %}{{ header.title|e('html') }} | {% endif %}{{ site.title|e('html') }} {# #} {# #} {# #} {# doesnt work {% if header.title == 'Startseite' %} {% endif %}#} {% endblock head%} {% if config.plugins.langswitcher.enabled %} {% include 'partials/langswitcher.html.twig' %} {% endif %} {% block header_navigation %} {% include 'partials/css-only-navigation.html.twig' %} {% endblock %} {# commented out {% block breadcrumbs %} {% include 'partials/breadcrumbs.html.twig' %} {% endblock %} #} {% block content %}{% endblock %} {% block pagination %}{% endblock %} {% block bottom %}{% endblock %} {% block javascripts %} {% do assets.add('theme://js/all.min.js', 99) %} {% endblock %} {{ assets.js() }}