erynwells.me/layouts/simple/single.html
2021-10-06 09:25:53 -07:00

12 lines
206 B
HTML

{{ define "main" }}
<article class="post-single">
<header class="post-title">
<h1>{{ .Title }}</h1>
</header>
<section class="post-content">
{{ .Content }}
</section>
</article>
{{ end }}