13 lines
268 B
HTML
13 lines
268 B
HTML
{{ define "main" }}
|
|
|
|
<section class="section" data-pagefind-body>
|
|
<div class="container">
|
|
<img src="{{ .Params.Image | relURL }}" class="img-fluid w-100 mb-4">
|
|
<div class="content text-justify">
|
|
{{ .Content }}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
{{ end }}
|