{% extends "orgapy/skeleton.html" %} {% load static %} {% block title %}{% block subtitle %} {{note.title}} ∣ {% endblock subtitle %}{{ block.super }}{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block right_column %}
{% endblock right_column %} {% block main_content %}

{{note.title}}

{{ note.date_modification | date }} {% for category in note.categories.all %} #{{category.name}} {% endfor %}

{% if note.content %}
{% if note.content %}{{ note.content | safe }}{% else %}This note has no content.{% endif %}
{% endif %} {% endblock main_content %} {% block body_scripts %} {{ block.super }} {% endblock body_scripts %}