{% extends "themes/" + get_current_theme() + "/base.j2" %} {% set title = _("Contacto") %} {% block contenido %} {% set current_theme = current_theme() %} {{ current_theme.navbar() }}

{{ _("Contáctenos") }}

{{ _("¿Tiene preguntas o comentarios? Envíenos un mensaje y le responderemos pronto.") }}

{{ _("Cancelar") }}
{{ current_theme.footer() }} {% endblock %}