{{ title }}

{{ content }}
{{ collection:articles paginate="2" as="posts" }}
{{ posts }} {{featured_image:alt}}

{{ date }}

{{title}}

{{ /posts }}
{{ paginate }} {{ if total_pages > 0 }}
{{ if current_page > 1 }} Previous {{ /if }} {{ if current_page < total_pages }} Next {{ /if }}
{{ if total_pages > 1 }} [ {{ current_page }} of {{ total_pages}} pages ] {{ /if }} {{ total_items }} articles
{{ /if }} {{ /paginate }} {{ /collection:articles }}