Denys Konovalov
fc3d71aab3
All checks were successful
Website Dev / Entwicklungsumgebung (push) Successful in 14s
Reviewed-on: #306
16 lines
283 B
HTML
16 lines
283 B
HTML
{{ 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 }}
|