{% extends "snipts/list.html" %} {% block breadcrumb %}
  • {{ user.username }}
  • {% if tag %}
  • / {{ tag.name }}
  • {% endif %} {% endblock %} {% block tags %} {% include "snipts/tags-user.html" %} {% endblock %}