{% extends "orgapy/layout/fullscreen.html" %} {% load static %} {% block title %}{% block subtitle %} {{sheet.title}} ∣ {% endblock subtitle %}{{ block.super }}{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block main_content %}
{{sheet.title}} {% if not readonly %} {% endif %} {% if not readonly and sheet.referenced_in %} {% for ref in sheet.referenced_in.all %} {{ ref.title }} {% endfor %} {% endif %} {% if not readonly%} {% if sheet.categories.all %} {% for category in sheet.categories.all %} #{{category.name}} {% endfor%} {% else %} uncategorized {% endif %} {% endif %} {% if sheet.description %} {{sheet.description | safe}} {% endif %}
{% endblock %} {% block body_scripts %} {{ block.super }} {% endblock body_scripts %}