hugo-theme-hoogi/layouts/_default/single.html

10 lines
161 B
HTML

{{ define "main" }}
<article class="article">
<h1>{{.Title}}</h1>
<div class="article__content">
{{ .Content }}
</div>
</article>
{{ end }}