1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 14:16:20 -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 }}