1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-28 11:30:31 -04:00

10 lines
190 B
HTML

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