{% load static %} PartirDeZero {% block title %}{% endblock %} {% now "n" as month %} {% if month == '12' %} {% endif %} {% block extra_head %}{% endblock %} {% if maintenance.is_active == True %} {% include "maintenance.html" %} {% else %} {% now "n" as month %} {% if month == '12' %} {% endif %} {% block header %} {% include "partials/_header.html" %} {% endblock %}
{% if messages %} {% endif %} {% block content %}{% endblock %}
{% block footer %} {% include "partials/_footer.html" %} {% endblock %} {% endif %}