aboutsummaryrefslogtreecommitdiff
path: root/md/POST_TEMPLATE.tmpl.html
blob: 338345635744b4c737bb38eee40881e35129c3ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}}
{{define "description"}}$description${{end}}
{{define "keywords"}}$tags${{end}}

{{define "main"}}
<h1>$page$</h1>
<article class="postContent">
  <h2>{{range .Contents}}{{ .Title }}{{end}}</h2>
  $body$
  <p>Uploaded: <time datetime="$date$">$date$</time></p>
</article>
{{end}}