{% extends 'core/base.html' %} {% block content %} ← zurück
{% csrf_token %}

{% if requested_kind == 'todo' %}Aufgabe erstellen{% elif requested_kind == 'link' %}Link erstellen{% elif requested_kind == 'journal' %}Journal-Eintrag erstellen{% else %}Notiz erstellen{% endif %}

Tag auswählen
{% for tag in tags %}{% endfor %}
Mit ![[ können Bilder im Text eingefügt werden.
{% endblock %}