2019-04-11 19:56:07 +02:00
|
|
|
{{define "head"}}<title>{{.ContentTitle}} — {{.SiteName}}</title>
|
2018-11-21 21:04:47 +01:00
|
|
|
<meta name="description" content="{{.PlainContent}}">
|
2018-11-08 07:10:37 +01:00
|
|
|
{{end}}
|
|
|
|
{{define "content"}}<div class="content-container snug">
|
2019-04-11 19:56:07 +02:00
|
|
|
<h1>{{.ContentTitle}}</h1>
|
2018-11-19 03:58:50 +01:00
|
|
|
<p style="font-style:italic">Last updated {{.Updated}}</p>
|
|
|
|
|
|
|
|
{{.Content}}
|
2018-11-08 07:10:37 +01:00
|
|
|
</div>
|
|
|
|
{{end}}
|