aboutsummaryrefslogtreecommitdiff
path: root/templates/postHelp.tmpl
blob: edaf250b7cf62d740a117a93a5ccfc6b6b952c7a (plain) (blame)
1
2
3
4
5
6
7
8
9
{{ define "meta" }}
{{ printf "%s" .Meta }}
{{ end }}
{{ define "main" }}
    <h1>Post</h1>
    <section class="postContent">
{{ printf "%s" .Content }}
    </section>
{{ end }}