{% for post in paginator.posts %}

{% unless post.altTitle %}{{ post.title }}{% else %}{{ post.altTitle | markdownify | remove: '

' | remove: '

' | strip }}{% endunless %}

{{ post.description }}

{% include post-list-meta.html %}
{% endfor %}
{% if paginator.previous_page %} ⇐ Older {% endif %} {% if paginator.next_page %} Newer ⇒ {% endif %}