{% extends "base.html" %} {% block content %} {% include "base/include/header-index.html" %}
{% for page in locations %} {% set portrait = False %} {% include "includes/card/picture-card.html" %} {% endfor %}
{% endblock content %}