{% set themeConfigSidebar = (themeSidebarColor == "dark" ? 'data-bs-theme=dark' : '') %} {% set themeConfigHtml = (themeSidebarColor == "dark" ? 'data-semidark-menu=true' : '') %} {{ springApplicationName | upper + (pageSubtitle ? ' - ' + pageSubtitle | capitalize : '') }} {% include '_layouts/partials/styles' %}
{% block navbar %} {% endblock %}
{% if block('squares') %}
{% block squares %}{% endblock %}
{% endif %} {% if block('actionButtons') %}
{% block actionButtons %}{% endblock %}
{% endif %} {% block content %}{% endblock %}
{% block footer %} {% include '_layouts/partials/footer' %} {% endblock %}
{% block constants %}{% endblock %} {% block bottom %}{% endblock %}