{% extends 'shutter/base.html' %} {% block content %}

{{ user }}

Photos

{% for photo in photos %} {% endfor %}
{% if is_paginated %} {% include 'shutter/_pagination.html' %} {% endif %} {% endblock content %}