{% load aratinga_tags navigation_tags i18n static wagtailcore_tags wagtailimages_tags wagtailsettings_tags wagtailuserbar %} {% get_settings %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% if page.seo_title %} {{ page.seo_title }} {% else %} {{ page.title }} {% endif %} {% endblock %} {% block title_suffix %} | {{SiteSettings.title_suffix}} {% endblock %} {# Force all links in the live preview panel to be opened in a new tab #} {% if request.in_preview_panel %} {% endif %} {# Pass in CMS variables to JavaScript #} {% block aratinga_assets %} {# Bootstrap 5 CSS #} {% endblock %} {% block extra_head %}{% endblock %} {% wagtailuserbar %} {% block header %} {% include "includes/header.html" %} {% endblock header %} {% block breadcrumbs %} {# breadcrumbs is defined in base/templatetags/navigation_tags.py #} {% breadcrumbs %} {% endblock breadcrumbs %} {% block navbar %}{% endblock %}
{% block content %} {% block messages %} {% include "includes/messages.html" %} {% endblock messages %} {% block content_body %} {% for block in page.body %} {% include_block block with settings=settings %} {% endfor %} {% endblock %} {% block content_post_body %}{% endblock %} {% endblock content %}

{% include "includes/footer.html" %} {% block js %} {# Bootstrap 5 JS bundle (com Popper incluĂ­do) #} {% endblock %}