{{ define "main" }}

<section class="section" data-pagefind-body>
  <div class="container">
    <h2 class="mb-4">{{ .Title }}</h2>
    <div class="content text-justify">
      {{ range .Params.files }}
        {{ partial "download" . }}       
      {{ end }}
      {{ .Content }}
    </div>
  </div>
</section>

{{ end }}