{% extends "pictures/main.html" %} {% block title %} Pictures for {{ username }} {% endblock %} {% block body %} {% include "pictures/picture_list.html" %} {% include "pagination.html" %} {% endblock %}