{% 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('jquery', 101) #} {# do assets.add('theme://js/modernizr.custom.71422.js', 100) #} {% do assets.add('theme://js/custom.js', 99) %} {% do assets.add('theme://js/navbar-keyboard-interaction.js', 99) %} {# do assets.add('theme://js/bootstrap.min.js', 100) #} {% if browser.getBrowser == 'msie' and browser.getVersion >= 8 and browser.getVersion <= 9 %} {% do assets.add('https://oss.maxcdn.com/respond/1.4.2/respond.min.js') %} {% do assets.add('theme://js/html5shiv-printshiv.min.js') %} {% endif %} {% endblock %} {{ assets.js() }}
{% block stylesheets %} {% do assets.addCss('theme://css/bootstrap_16px.min.css', 100) %} {% do assets.addCss('theme://css/bapho.css', 99) %} {# do assets.add('theme://css/font-awesome.min.css',99) #} {% endblock %} {{ assets.css() }}