{% include 'flashes.html' %}

{{ note.title }}

{% if note.author %}

{{ note.author }}

{% endif %}

{{ note.date | date_to_string }}

{% if note.meta %} {% for k, v in note.meta.items() %} {% if k == "labels" %} {% else %} {% endif %} {% endfor %}
{% endif %}
{{ text | safe }}