blog.ilvokhin.com
{% if posts %}
{% for post in posts %}
{{ post.metadata.date }}
{{ post.metadata.title }} {% if post.is_draft() %} (Draft) {% endif %}
{% endfor %}
{% endif %}