{% 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) %} {% do assets.addCss('theme://css/jquery.mCustomScrollbar.min.css') %} {% endblock %} {{ assets.css() }} {% block javascripts %} {% do assets.addJs('jquery', 101) %} {% do assets.add('theme://js/jquery.scrollify.js') %} {% do assets.add('theme://js/jquery.mCustomScrollbar.js') %} {% do assets.add('theme://js/script.js') %} {% endblock %} {{ assets.js() }} {% endblock head %} {% block header %} {% endblock %}
{% block body %}
{% block content %}{% endblock %}
{% endblock %}
{% block bottom %} {{ assets.js('bottom') }} {% endblock %}