1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 08:15:32 -04:00

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

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 }}