rimarima/themes/hugo-liftoff/layouts/_default/single.html
Adrian Amaglio c09f092db4 init
2023-11-17 10:54:41 +01:00

12 lines
274 B
HTML

{{ define "main" }}
<div class="container">
<section class="page-header--c">
<h1 class="page-header-title">{{ .Title }}</h1>
</section>
</div>
<section class="generic-single">
<div class="single-container markdown">
{{ .Content }}
</div>
</section>
{{ end }}