{{ SITENAME }}
{% for category, articles in categories %} {% if category.name == "notes" %} {% for article in articles %}
{{ article.title }}
{{ article.content }}
{% if not HIDE_DATE %}
{{ article.date.isoformat() }}
{% endif %} {% endfor %} {% endif %} {% endfor %}