blob: 405f3277edcfefb211165b1227a0f5e37533a264 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{{define "title"}}{{.Post.Title}}{{end}}
{{define "description"}}$description${{end}}
{{define "keywords"}}$tags${{end}}
{{ define "canonical" }}$canonical${{end}}
{{define "main"}}
<h1>$page$</h1>
<article class="postContent">
<h2>{{.Post.Title}}</h2>
$body$
<p>Uploaded: <time datetime="$date$">$date$</time></p>
</article>
{{end}}
|