--- layout: default ---
{% include carousel.html %}
{% for post in paginator.posts %}

{{ post.title }}

{% if post.blurb %}

{{ post.blurb | truncatewords:25 }}

{% else %}

{{ post.content | strip_html | truncatewords:40 }}

{% endif %} {{ post.date | date: '%d %b %Y' }}
{% if post.image %} {% endif %}
{% endfor %} {% if paginator.total_pages > 1 %}
{% if paginator.previous_page %} {% else %}
{% endif %}
page {{ paginator.page }} of {{ paginator.total_pages }}
{% if paginator.next_page %} {% else %}
{% endif %}
{% endif %}