www.franconian.net/layouts/news/single.html

8 lines
143 B
HTML
Raw Normal View History

2020-11-24 22:47:15 +01:00
{{ define "main" }}
<main>
<h1>{{ .Title }}</h1>
2020-11-28 00:57:00 +01:00
<p class="date">{{ .Date.Format "2006-01-02 15:04" }}</p>
2020-11-24 22:47:15 +01:00
{{ .Content }}
</main>
{{ end }}