CodiMD Notes
Sort By Title
{% for note in notes %} {% if note[1] and note[2] %}
{{note[1]}}
{% if note[5] %}
LastChanged: {{note[5].strftime('%d.%m.%Y %H:%M')}}
{% endif %}
ViewCount: {{note[4]}}
{% endif %} {% endfor %}