erynwells.me/layouts/nethack/single.html

13 lines
227 B
HTML
Raw Normal View History

2022-04-13 08:49:49 -07:00
{{ define "main" }}
<article class="post-single">
<header>
<div class="post-title">
<h1>{{ .Title }}</h1>
</div>
</header>
<section class="post-content">
{{ .Content }}
</section>
</article>
{{ end }}