{% extends "orgapy/layout/skeleton.html" %} {% load static %} {% block title %}Edit {% if document.title %}'{{ document.title }}'{% else %}note{% endif %}{% endblock title %} {% block head %} {{ block.super }} {% endblock %} {% block column_main %}
{% csrf_token %}

{% include 'orgapy/partials/categories_input.html' with obj=document %}
View note
{% endblock %}