{{ partial:nav }}

{{ title }}

{{ if subtitle }}

{{ subtitle }}

{{ /if }} Posted by {{ if author }}{{ author }}{{ else }}{{ site_name }}{{ /if }} on {{ date }}
{{ long_post }} {{ if type == "content_set" }} {{ content | markdown }} {{ elseif type == "section_heading" }} {{ subheading wrap="h2" }} {{ elseif type == "post_image" }}

{{ alternate }} {{ if caption }} {{ caption }} {{ /if }}

{{ elseif type == "quote" }}
{{ quote }}
{{ elseif type == "video" }}

{{ if video | is_embeddable }} {{ else }} {{ /if }}

{{ /if }} {{ /long_post }}
    {{ collection:next in="blog" as="posts" limit="1" }} {{ if !no_results }} {{ posts }} {{ /posts }} {{ /if }} {{ /collection:next }} {{ collection:previous in="blog" as="posts" limit="1" }} {{ if !no_results }} {{ posts }} {{ /posts }} {{ /if }} {{ /collection:previous }}