{% extends "base.html" %} {% block page-title %}/ {% if snipt.title %}{{ snipt.title }}{% else %}Untitled{% endif %} / {{ user.username }} - {{ block.super }}{% endblock %} {% block html-class %}detail{% endblock %} {% block body-class %}detail{% endblock %} {% block js %} {{ block.super }} window.detail = true; {% endblock %} {% block breadcrumb %}
  • {{ user.username }}
  • / {{ snipt.title }}
  • {% endblock %} {% block aside %}{% endblock %} {% block content %}
    {% with 'true' as detail %} {% include "snipts/snipt-list.html" %} {% endwith %}
    {% endblock %}