{% extends "enap_designsystem/base.html" %} {% load wagtailcore_tags %} {% block metadata %} {% comment %} {% endcomment %} {% endblock %} {% block title %} {{ page.page_title }} {% endblock %} {%block govnavbar %}
{% endblock %} {% block navbar %} {% if page.navbar %} {% include "enap_designsystem/blocks/navbar/navbar_block.html" with navbar=page.navbar %} {% else %}

DEBUG: Nenhuma Navbar foi definida.

{% endif %} {% endblock %} {% block content %}
{% if page.navbar %} {% include_block page.navbar %} {% endif %} {% if page.banner_evento %} {% endif %} {% if page.informacoes_evento %} {% for block in page.informacoes_evento %} {% include_block block %} {% endfor %} {% endif %} {% if page.por_que_participar %}
{% for block in page.por_que_participar %} {% include_block block %} {% endfor %}
{% endif %} {% if page.palestrantes %}
{% for block in page.palestrantes %} {% include_block block %} {% endfor %}
{% endif %} {% if page.inscricao_cta %}
{% for block in page.inscricao_cta %} {% include_block block %} {% endfor %}
{% endif %} {% if page.faq %}

Perguntas Frequentes

{% for block in page.faq %} {% include_block block %} {% endfor %}
{% endif %} {% if page.footer %} {% include_block page.footer %} {% endif %}
{% endblock %} {% block footer %} {% include "enap_designsystem/includes/footer.html" %} {% endblock %}