{% extends "base/base.html" %} {% block title %}update note{% endblock %} {% block styles %} {{ super() }} {{ simplemde.css }} {% endblock %} {% block content %}
{% block info %} {% include 'auth/snippets/info.html' %} {% include 'auth/snippets/form_errors.html' %} {% endblock %}
{{ form.csrf_token }}
{% for tag in tags %} {% endfor %}
tags: {% for tag in tags %} {% include "notes/snippets/tag_removable.html" %} {% else %}

no tags

{% endfor %}
add a tag
{% include 'notes/snippets/tag_chooser.html' %}
{% endblock %} {% block scripts %} {{ super() }} {{ simplemde.js }} {{ simplemde.load_id("editor") }} {% endblock %}