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

    {{#get "posts" limit="4" order="published_at desc"}} {{#foreach posts}}

    {{title}}

    {{date published_at timeago="true"}}
    {{else}}
    No recent articles found :(
    {{/foreach}} {{/get}}

    Tags

    {{#get "tags" limit="10"}}
      {{#foreach tags}}
    • {{name}}
    • {{else}}
    • No tags found :(
    • {{/foreach}}
    {{/get}}