{% 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/template.css') %} {% endblock %} {{ assets.css() }} {% block javascripts %} {% do assets.addJs('jquery', 101) %} {% do assets.addJs('theme://js/site.js', {group:'bottom'}) %} {% do assets.addJs('theme://js/scrollreveal.min.js', {group:'bottom'}) %} {% endblock %} {{ assets.js() }} {% endblock head %} {% block header %}

{{ config.site.title }}

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