{% extends "base.html" %} {% load pagination_tags %} {% block page-title %}/ {% if public %}public{% else %}{{ user.username }}{% endif %}{% if tag %} / {{ tag }}{% endif %} - {{ block.super }}{% endblock %} {% block js %} {{ block.super }} window.detail = false; {% endblock %} {% block content %}
{% autopaginate snipts 20 %} {% for snipt in snipts %} {% include "snipts/snipt-list.html" %} {% endfor %} {% paginate %}
{% endblock %}