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