Cats is a simple page

This commit is contained in:
Eryn Wells 2021-10-06 09:25:45 -07:00
parent 4e66ee142e
commit e19fe3d88b
2 changed files with 18 additions and 4 deletions

View file

@ -0,0 +1,12 @@
{{ define "main" }}
<article class="post-single">
<header class="post-title">
<h1>{{ .Title }}</h1>
</header>
<section class="post-content">
{{ .Content }}
</section>
</article>
{{ end }}