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