{{!< default}}
{{#post}}

{{title}}

{{excerpt}}

{{/post}}
{{#get "tiers"}} {{#if tiers}}
{{#foreach tiers}} {{#if @member}} {{#match type "paid"}} {{> "components/tier-card"}} {{/match}} {{else}} {{> "components/tier-card"}} {{/if}} {{/foreach}}
{{#foreach tiers}} {{#if @member}} {{#match type "paid"}} {{> "components/tier-card" yearly=true}} {{/match}} {{else}} {{> "components/tier-card" yearly=true}} {{/if}} {{/foreach}}
{{/if}} {{/get}}
{{#get "posts" limit="6" include="count.posts" filter='visibility:paid'}} {{#if posts}} {{/if}} {{/get}}