{% set userThemePrimaryColor = getParametro('tos.theme_primary_color') %}
{{ springApplicationName | upper + (pageTitle ? ' - ' + pageTitle | capitalize : '') }}
{% include '_partials/head_top' %} {% block head %}{% endblock %} {% include '_partials/head_bottom' %}
{#
{% include '_partials/topbuttons' %}
{{ currentUser | avatartag }}
{{ currentUser.nome }} {{ currentUser.cognome }}
{{ currentUser.username }}
{% include '_partials/toplink' %}
{% include '_partials/topbuttons_dx' %}
#} {% include '_layouts/partials/header' with {"layout":"horizontal"} %}
{% block sidebar %} {% include '_partials/sidebar' %} {% endblock %} {% include '_partials/sidebar_bottom' %}
{% include '_partials/sidebar_footer' %}
{% 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 %}