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