hugo_idunn/layouts/partials/section.html

7 lines
108 B
HTML
Raw Permalink Normal View History

2020-04-27 16:49:21 +02:00
<section class="section">
<h1>{{ .Title }}</h1>
<div class="content">
{{ .Content }}
</div>
</section>