{% if debug is defined %} {% set assetPath = '/src/themes/theme-'~theme~'/'~theme~'/assets/' %} {% else %} {% set assetPath = '/assets/' %} {% endif %} {% block title %} {{ title }} {% endblock %}
{% apply spaceless %} {% block mainContent %}{% endblock %} {% endapply %}