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

14 lines
241 B
HTML

{{ define "main" }}
<header class="header">
<h3 class="h3 terms__title">
{{ .Title }}
</h3>
</span>
<article class="single__contents">
{{ .Content }}
</article>
</header>
<main class="main">
about page
</main>
{{ end }}