{% load static %} {% include "_cabecera.html" %} {% if debug %}
MODO DEBUG HABILITADO - No usar en Producción
{% endif %}
{% block menuapp %} {% endblock menuapp %}
× {% include "_branding.html" %}
{% block content %}{% endblock %}
{% include "_footer.html" %}