gcg-website/layouts/wou/single.html

16 lines
283 B
HTML
Raw Permalink Normal View History

{{ define "main" }}
<section class="section" data-pagefind-body>
<div class="container">
<div class="content text-justify">
{{ .Content }}
</div>
</div>
</section>
{{ with .Params.news }}
{{ partial "news" (merge . (dict "Site" $.Site)) }}
{{ end }}
{{ end }}