{% extends "centerCendari.html" %} {% load set_var %} {% load typogrify display note_sections staticfiles compress %} {% block css %} {% endblock %} {% block init %} {% endblock init %} {% block model_fields %}
 
{% if note.id %}
{% csrf_token %} {% else %} {% csrf_token %} {% endif %} {% if not note.id %} {% else %} {% endif %}

Title:

Content:

{% for section in sections %}{% include section|ns_template_name %}{% endfor %}
{% if note.id %} {% else %} {% endif %}
{% endblock model_fields %} {% block functions %} {% endblock functions %}