{{ site_title | default(value="Blog") }}
-
{% for post in posts %}
-
{% if post.tags %} {% endif %}
{{ post.title | default(value="Untitled") }}
{% if post.date %} {% endif %}
{% endfor %}