--- template: default.html --- {{define "body"}}

Welcome to this fine blog

This is an example of a typical website structure for a blog.

Here is the latest post

{{with index (.Routes | filterFilePath "**/posts/*.md" | sortDesc "date") 0}} {{.Meta.title}} {{end}} {{end}}