draft /uses page

This commit is contained in:
2020-01-22 12:54:23 -05:00
parent 671ca250cc
commit 8450871531
9 changed files with 220 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
{{ define "main" }}
<main id="etc">
<h1><a class="no-underline" href="{{ .Permalink }}">{{ .Title }}</a></h1>
<div id="content">
{{ .Content }}
</div>
</main>
{{ end }}