{% extends 'frontend/base.html.twig' %} {% block body_content %} {{ include('frontend/_main_nav.html.twig') }} {{ include('frontend/secciones/_home.html.twig') }} {{ include('frontend/secciones/_nosotros.html.twig') }} {{ include('frontend/secciones/_eventos_proximos.html.twig') }} {{ include('frontend/secciones/_empresas_participantes.html.twig') }} {{ include('frontend/secciones/_eventos_realizados.html.twig') }} {{ include('frontend/secciones/_licencia.html.twig') }} {% if testimonios|length > 0 %} {{ include('frontend/secciones/_testimonios.html.twig') }} {% endif %} {{ include('frontend/secciones/_contacto.html.twig') }} {{ include('frontend/secciones/_suscribase.html.twig') }} {{ include('frontend/_redes_sociales.html.twig') }} {% endblock %} {% block footernav %}