News items are displayed under /news and /news/{{id}}.html.
Use the code below as a template:
---
id: 140
layout: post
title: "My new news item"
lead: "The lead shown on index.html"
date: "2020-05-13"
author: "John Doe"
---
Some markdown
## Sub title
Some more markdownThe markdown dialect used is github flavored markdown.