{% extends "base.html" %} {% load bbc %} {% block page_name %} Posts by {{ poster.username }} - {% endblock %} {% block breadcrumb %} > Users > {{ poster.username }} > Posts Thanked {% endblock %} {% block content %} {% include "page_list.html" with page=posts %}