{% extends "snipts/list.html" %} {% block breadcrumb %}
  • {{ user.username }}
  • {% if tag %}
  • / {{ tag.name }}
  • {% endif %} {% if favorites %}
  • / Favorited snipts
  • {% endif %}
  • RSS
  • {% if snipts %}
  • Compact
  • Normal
  • {% endif %} {% endblock %} {% block aside-top %} {% include "profile.html" %} {% if not request.user.profile.is_pro %}

    Building things is hard.

    Issue tracking shouldn't be. Sifter makes it simple.

    {% endif %} {% include "snipts/tags-user.html" %} {% endblock %}