mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-28 17:30:30 -04:00
10 lines
190 B
HTML
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 }}
|