{% set body_classes = body_class(['header-fixed', 'header-animated', 'header-dark', 'header-transparent', 'sticky-footer']) %} {% set grid_size = theme_var('grid-size') %} {% set compress = theme_var('production-mode') ? '.min.css' : '.css' %} {% block head %} {% if header.title %}{{ header.title|e('html') }} | {% endif %}{{ site.title|e('html') }} {% include 'partials/metadata.html.twig' %} {% block stylesheets %} {% do assets.addCss('theme://css-compiled/theme'~compress) %} {% endblock %} {{ assets.css()|raw }} {% block javascripts %} {% do assets.addJs('jquery', 101) %} {% do assets.addJs('theme://js/jquery.easing.1.3.js', {group:'bottom'}) %} {% do assets.addJs('theme://js/imagesloaded.pkgd.min.js', {group:'bottom'}) %} {% do assets.addJs('theme://js/masonry.filter.js', {group:'bottom'}) %} {% do assets.addJs('theme://js/masonry.pkgd.min.js', {group:'bottom'}) %} {% do assets.addJs('theme://js/jquery.mCustomScrollbar.js', {group:'bottom'}) %} {% do assets.addJs('theme://js/jquery.mousewheel.min.js', {group:'bottom'}) %} {% do assets.addJs('theme://js/site.js', {group:'bottom'}) %} {% endblock %} {{ assets.js()|raw }} {% endblock head %}
{% block header %}

Contact

{% include 'partials/navigation.html.twig' %}
{% for child in collection %} {% set mea = child.header.mea == 'true' %} {% if mea %} {% include 'partials/blog-list-mea.html.twig' with {blog: page, page: child} %} {% endif %} {% endfor %}

scroll

{% endblock %}
    {% include 'partials/taxonomylist.html.twig' with {base_url: my_url, taxonomy: 'category', children_only: true} %}
{% block body %}
{% block content %}{% endblock %}
{% endblock %}
{% block bottom %} {{ assets.js('bottom')|raw }} {% endblock %}