Blog

This is description of the type of content you would expect to read here on this blog.

{{ collection:blog as="posts" paginate="12" sort="date:desc" }}
{{ posts }}
{{ partial:blog/card :oversized="first" }}
{{ /posts }}
{{ paginate }} {{ if $prev_page || $next_page }}
{{ if $prev_page }} Newer articles {{ /if }} {{ if $next_page }} Older articles {{ /if }}
{{ /if }} {{ /paginate }} {{ /collection:blog }}