hugo-theme-zzo/layouts/about/single.html

12 lines
222 B
HTML
Raw Normal View History

2019-11-04 13:09:44 +00:00
{{ define "main" }}
<header class="header">
<h3 class="h3 terms__title">
{{ .Title }}
</h3>
</header>
2019-11-07 18:09:15 +00:00
<main class="main">
<article class="single__contents about">
{{ .Content }}
</article>
2019-11-04 13:09:44 +00:00
</main>
{{ end }}