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