{% if activo == 'estructura' %}
{% include 'estructura.html' %}
{% elif activo == 'ubicacion' %}
{% include 'ubicacion.html' %}
{% elif activo == 'servicio' %}
{% include 'servicio.html' %}
{% elif activo == 'contacto' %}
{% include 'contacto.html' %}
{% elif activo == 'enlace' %}
{% include 'enlace.html' %}
{% elif activo == 'destino' %}
{% include 'destino.html' %}
{% elif activo == 'motivo' %}
{% include 'motivo.html' %}
{% endif %}