2022-03-18 13:35:57 +01:00
|
|
|
{{ define "main" }}
|
|
|
|
|
2023-09-23 22:40:36 +02:00
|
|
|
<section class="section" data-pagefind-body>
|
2022-03-18 13:35:57 +01:00
|
|
|
<div class="container">
|
2023-07-24 12:02:51 +02:00
|
|
|
<img src="{{ .Params.image | relURL }}" class="img-fluid w-100 mb-4">
|
2023-07-29 13:16:25 +02:00
|
|
|
<div class="content text-justify">
|
2023-07-24 12:02:51 +02:00
|
|
|
{{ .Content }}
|
2022-03-18 13:35:57 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
{{ end }}
|