1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 16:50:30 -04:00

10 lines
188 B
HTML

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