{{!< default}} {{#post}}
{{!-- Header --}} {{> extras/patterns}}
{{#if feature_image}} {{title}} {{/if}}

{{title}}

{{#if custom_excerpt}}

{{custom_excerpt}}

{{/if}}
{{content}}

Wait - there's more! Read on:

{{#get "posts" filter="tags:{{primary_tag.slug}}+id:>{{id}}" limit="1" order="id asc"}} {{#foreach posts}} {{> cardFancySmall}} {{/foreach}} {{/get}} {{#get "posts" filter="tags:{{primary_tag.slug}}+id:<{{id}}" limit="1" order="id desc"}} {{#foreach posts}} {{> cardFancySmall}} {{/foreach}} {{/get}} {{> cardTag}}
{{!-- --}}
{{/post}}