{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% load i18n %} {% block head %} {{block.super }} {% endblock %} {% block navbar-left %} {% include "_navbar_r2.html" %} {% endblock %} {% block splash %} {% if request.get_full_path == "/" %} {% endif %} {% endblock splash %} {% block list_of_items %} {% include '_about_section.html' %} {% include '_latest_platforms.html' %} {% if visao_endpoint %} {% include '_mapa_interativo.html' %} {% endif %} {% endblock list_of_items %} {% block scripts %} {% endblock scripts %}