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