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

{{title}}

{{#if custom_excerpt}}

{{custom_excerpt}}

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