--- title: News layout: layouts/skeleton.mustache breadcrumb: - title: Home path: / - title: news path: /News ---
{{#compose src="News/*/index.html" sortOrder="desc" filter=null}}

{{title}}

{{formatDate (newsDate @filepath) "%A %d %B %Y"}} {{#markdown}}{{description}}{{/markdown}}
{{/compose}}