1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 14:16:20 -04:00
2020-07-16 15:02:26 -04:00

10 lines
209 B
HTML

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