{% extends "enap_designsystem/base.html" %} {% load static %} {% load wagtailcore_tags %} {% block metadata %} {% comment %} {% endcomment %} {% endblock %} {% block title %} {{ page.title }} {% endblock %} {% block govnavbar %}
{% endblock %} {% block navbar %} {% if page.navbar %} {% include "enap_designsystem/blocks/navbar/navbar_block.html" with navbar=page.navbar %} {% endif %} {% endblock %} {% block content %} {% if page.banner_evento %}
{% for block in page.banner_evento %} {% include_block block %} {% endfor %}
{% 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 %}
{% for block in page.faq %} {% include_block block %} {% endfor %}
{% endif %} {% if page.footer %} {% include_block page.footer %} {% endif %} {% endblock %}