{{#if @site.logo}}
  • {{@site.title}}
  • {{/if}} {{#foreach navigation}}
  • {{label}}
  • {{/foreach}}
  • Recent articles

    {{#get "posts" limit="4" order="published_at desc" as |post|}} {{#post}}

    {{title}}

    {{date published_at timeago="true"}}
    {{/post}} {{/get}}

    Tags

      {{#get "tags" limit="10" as |tag|}} {{#tag}}
    • {{name}}
    • {{/tag}} {{/get}}