{% load static %} {% include 'base_head.html'%} {% block titulo %} {% endblock titulo %} {% block head %} {% endblock head %} {% include "mensajes.html" %} {% include "custom_confirm.html" %}
{% block top %} {% endblock top %}
{% block body %} {% endblock body %}
{% include 'footer.html' %}
{% include 'base_custom_js.html' %}