erynwells.me/layouts/simple/single.html

13 lines
206 B
HTML
Raw Normal View History

2021-10-06 09:25:45 -07:00
{{ define "main" }}
<article class="post-single">
<header class="post-title">
<h1>{{ .Title }}</h1>
</header>
<section class="post-content">
{{ .Content }}
</section>
</article>
{{ end }}