{% block head %}
{% include 'partials/metadata.html.twig' %}
{% if header.title %}{{ header.title|e('html') }} | {% endif %}{{ site.title|e('html') }}
{% block stylesheets %} {% do assets.add('theme://css/font-awesome.min.css', 99) %} {% do assets.add('theme://css-compiled/theme.css', 98) %} {% endblock %} {% block javascripts %} {% do assets.add('jquery', 101) %} {% do assets.add('theme://js/modernizr-custom.js', 100) %} {% do assets.add('theme://js/site.js', {group:'bottom'}) %} {% 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 %} {% block assets deferred %} {{ assets.css()|raw }} {{ assets.js()|raw }} {% endblock %} {% endblock head %} {% if config.plugins.langswitcher.enabled %} {% include 'partials/langswitcher.html.twig' %} {% endif %} {% block header_navigation %} {% include 'partials/navigation.html.twig' %} {% endblock %} {% block content %}{% endblock %} {% block pagination %}{% endblock %} {% block bottom %} {{ assets.js('bottom')|raw }} {% endblock %}