{% block title %}| {% settings_value 'FULL_APPLICATION_NAME' %}{% endblock title %}
{% comment %}
The stylesheets can be either overriden or augmented here. Make sure to use the block.super if you're
adding additional stylesheets in your page when extending the base.
{% endcomment %}
{% block stylesheets %}
{% compress css %}
{% captureas theme_scss %}
{% settings_value 'THEME_SCSS' %}
{% endcaptureas %}
{% endcompress %}
{% endblock %}
{% block body %}{% endblock %}