{% 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 %}{% if request.path == '/api/' %}api{% else %}detail{% endif %}{% endblock %} {% block js %} {{ block.super }} window.detail = true; {% endblock %} {% block breadcrumb %}
  • {{ user.username }}
  • / {{ snipt.title }}
  • {% endblock %} {% block aside %} {% if request.path == '/api/' %} {{ block.super }} {% endif %} {% endblock %} {% block aside-inner %} {% if request.path == '/api/' %} {% if request.user.is_authenticated %} {% endif %} {% endif %} {% endblock %} {% block content %}
    {% with 'true' as detail %} {% include "snipts/snipt-list.html" %} {% endwith %} {% if not debug %}
    {% endif %}
    {% endblock %}