{% filter indent(width='\t\t') -%} {% include header.html %} {%- endfilter %}
{%- for post in page.collection %}
{{ post.title }}
{{ post.date }}
Word count: {{ post.word_count }}
{{ post.excerpt | indent(width='\t\t\t\t\t') }}
{%- endfor %}
{%- if page.collection.total_pages > 1 %}
{% if page.collection.start %}
Start
{% endif %} {% if page.collection.previous %}
Previous
{% endif %} {% if page.collection.next %}
Next
{% endif %} {% if page.collection.end %}
End
{% endif %}
{%- endif %}