{% extends "base.html" %} {% load pagination_tags %} {% block page-title %}/ {{ user.username }}{% if tag %} / {{ tag }}{% endif %} - {{ block.super }}{% endblock %} {% block breadcrumb %}
  • {{ user.username }}
  • {% if tag %}
  • / {{ tag }}
  • {% endif %} {% endblock %} {% block tags %} {% include "snipts/tags-user.html" %} {% endblock %} {% block content %}
    {% autopaginate snipts 20 %} {% for snipt in snipts %} {% include "snipts/snipt-list.html" %} {% endfor %} {% paginate %}
    {% endblock %}