{{ note.title }}

{% if note.author %}

{{ note.author }}

{% endif %}

{{ note.date | date_to_string }}

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