{% render 'partials/head', page_title: page_title %}
{% for day_block in day_blocks %} {% if day_block.show_date_marker %}
{% for post in day_block.posts %}
{{ post.content | markdown: post.id, canonical_post_path_by_slug, canonical_media_path_by_source_path }}
{% endfor %}
{% else %} {% for post in day_block.posts %}
{{ post.content | markdown: post.id, canonical_post_path_by_slug, canonical_media_path_by_source_path }}
{% endfor %} {% endif %} {% if day_block.show_separator %} {% endif %} {% endfor %}
{% if has_prev_page or has_next_page %} {% endif %}