All Posts

{% for post in posts %}
{% if post.image_url %} {{ post.title }} {% endif %}

{{ post.title }}

{% if post.reading_time %}

{{ post.reading_time }}

{% endif %}

{{ post.snippet }}…

{{ post.date_formatted }}

{% endfor %}