--- layout: home title: menduz slug: / ---
{{#each (sortDesc context.pages "matterfront.desc") as |post| }} {{#if post.matterfront.date }}
{{ post.matterfront.title }}
{{{ markdown post.excerpt }}}
{{/if}} {{/each}}