Add user-facing templates and pages

This commit is contained in:
Matt Baer
2018-11-08 01:10:37 -05:00
parent 8f08de02b8
commit af872127c6
13 changed files with 1412 additions and 0 deletions

7
pages/privacy.tmpl Normal file
View File

@@ -0,0 +1,7 @@
{{define "head"}}<title>{{.SiteName}} Privacy Policy</title>
{{end}}
{{define "content"}}<div class="content-container snug">
<h2>Privacy Policy</h2>
<p class="intro">We protect your privacy! Like, for real.</p>
</div>
{{end}}