1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-28 10:10:29 -04:00
2020-01-22 12:54:23 -05:00

10 lines
176 B
HTML

{{ define "main" }}
<main id="etc">
<h1><a class="no-underline" href="{{ .Permalink }}">{{ .Title }}</a></h1>
<div id="content">
{{ .Content }}
</div>
</main>
{{ end }}