{% extends 'core/base.html' %} {% load querystring %} {% block content %}
Aufgabe Notiz Link Journal
{% csrf_token %}
Tags hinzufügen
{% for tag in tags %}{% endfor %}
{{ form.content }}
Editor
{% for item in items %}{% include 'core/_item.html' %}{% empty %}
Noch nichts vorhanden.
{% endfor %}
{% endblock %}