{% 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/imagesloaded.pkgd.min.js', {group:'bottom'}) %} {% do assets.addJs('theme://js/isotope.pkgd.min.js', {group:'bottom'}) %} {% do assets.addJs('theme://js/masonry.pkgd.min.js', {group:'bottom'}) %} {% do assets.addJs('theme://js/site.js', {group:'bottom'}) %} {% endblock %} {{ assets.js()|raw }} {% endblock head %}
{% block header %}
{% include 'partials/navigation.html.twig' %}
{% for child in collection %} {% set mea = child.header.mea == 'true' %} {% if mea %} {% include 'partials/blog-list-item.html.twig' with {blog: page, page: child} %} {% endif %} {% endfor %}

scroll

scroll

{% endblock %}
{% block body %}
{% block content %}{% endblock %}
{% endblock %}
{% block bottom %} {{ assets.js('bottom')|raw }} {% endblock %}