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">
|
2019-11-17 11:01:09 +00:00
|
|
|
<article class="single__contents about">
|
|
|
|
{{ .Content }}
|
|
|
|
</article>
|
2019-11-04 13:09:44 +00:00
|
|
|
</main>
|
|
|
|
{{ end }}
|