2022-10-20 19:39:49 +02:00
|
|
|
{{ define "title" }}{{ site.Title }}{{ end }}
|
|
|
|
|
|
|
|
{{ define "main" -}}
|
2022-10-21 12:56:21 +02:00
|
|
|
<main>
|
2022-10-21 12:45:34 +02:00
|
|
|
<section class="container mx-auto px-6 mb-6 mt-6 prose">
|
|
|
|
<div class="max-w-screen-md">
|
2022-10-27 19:08:43 +02:00
|
|
|
{{ .Content }}
|
2022-10-21 12:45:34 +02:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2022-10-24 03:43:56 +02:00
|
|
|
<section class="py-24 clip-wedge bg-red-800 text-white dark">
|
2022-10-21 12:45:34 +02:00
|
|
|
<div class="container mx-auto px-6">
|
|
|
|
{{ partial "services.html" }}
|
|
|
|
</div>
|
|
|
|
</section>
|
2022-10-20 19:39:49 +02:00
|
|
|
</main>
|
|
|
|
{{ end }}
|