{% extends "snipts/list.html" %} {% block add-snipt %} {% include 'add-snipt.html' %} {% endblock %} {% block breadcrumb %}
  • {{ user.username }}
  • {% if tag %}
  • / {{ tag.name }}
  • {% endif %} {% if favorites %}
  • / Favorited snipts
  • {% endif %} {% if snipts %}
  • Compact
  • Normal
  • {% endif %} {% endblock %} {% block aside-top %} {% include "profile.html" %} {% include "snipts/tags-user.html" %} {% endblock %}