{% set userThemePrimaryColor = getParametro('tos.theme_primary_color') %}
{{ springApplicationName | upper + (pageTitle ? ' - ' + pageTitle | capitalize : '') }}
{% include '_partials/head_top' %} {% block head %}{% endblock %} {% include '_partials/head_bottom' %}
{% include '_layouts/partials/header' with {"layout":"combo"} %}
{% if pageTitle != null or pagePretitle != null or pageSubtitle != null %} {% if pageTitle %} {% if pagePretitle %}
{{ pagePretitle }}
{% endif %}
{{ pageTitle }}
{% if pageSubtitle %}
{{ pageSubtitle }}
{% endif %} {% endif %} {% endif %}
{% set ab = block('actionButtons') %} {% if block('actionButtons') %}
{% block actionButtons %}{% endblock %}
{% endif %}
{% block content %}{% endblock %}
{% include '_partials/footer' %}
{% include '_partials/bottom' %} {% block bottom %}{% endblock %} {% block scripts %}{% endblock %}