---
title: News
layout: layouts/skeleton.mustache
breadcrumb:
- title: Home
path: /
- title: news
path: /News
---
{{#compose src="News/*/index.html" sortOrder="desc" filter=null}}
{{formatDate (newsDate @filepath) "%A %d %B %Y"}}

{{#markdown}}{{description}}{{/markdown}}
Read more
{{/compose}}