{% extends "snipts/list.html" %} {% load snipt_tags %} {% block breadcrumb %}
  • {{ user.username }}
  • {% if tag %}
  • / {{ tag.name }}
  • {% endif %}
  • RSS
  • {% endblock %} {% block aside-top %}
    {% if user.username == 'blog' %} Blog {% else %} {{ user.username }} {% endif %}
    {% if user.username == 'nick' %}
    Snipt Founder
    in {{ user.date_joined|date:"Y" }}
    {% else %} {% if user.username == 'blog' %}
    Official Snipt
    blog
    {% else %}
    Member since
    {{ user.date_joined|date:"Y" }}
    {% endif %} {% endif %}
    {% include "snipts/tags-user.html" %} {% endblock %}