{% set userThemePrimaryColor = getParametro('tos.theme_primary_color') %} {{ springApplicationName + (pageTitle ? ' - ' + pageTitle : '') }} {% include '_partials/head_top' %} {% block head %}{% endblock %} {% include '_partials/head_bottom' %}
{% block content %}{% endblock %}
{% include '_partials/footer' %}
{% include '_partials/bottom' %} {% block bottom %}{% endblock %} {% block scripts %}{% endblock %}