{% load static %} PartirDeZero {% block header %} {% include "partials/_header.html" %} {% endblock %}
{% if messages %} {% endif %} {% block content %}{% endblock %}
{% block footer %} {% include "partials/_footer.html" %} {% endblock %}