{% load humanize %} {% load static %} {% load galeria %}

{{gallery.title}}

{{gallery.subtitle}}
{% if user.is_authenticated %} {% else %}
Ingresar
{% endif %}


{{page_title}}

{% if summary %}
{{summary}}
{% endif %} {% if search %} {% endif %}


{% block content %}{% endblock %}