New: Alle gemeentes in basis online

This commit is contained in:
2026-02-16 20:51:00 +01:00
parent ab2b980d97
commit f482bebe98
1389 changed files with 1138171 additions and 437 deletions

View File

@@ -1,12 +1,12 @@
{{ define "main" }}
<main id="content" role="main">
<section class="section">
<div class="container">
<h1>{{ .Title }} </h1>
<p>{{ .Content }}</p>
</div>
</section>
<section class="section">
<div class="container">
<h1>{{ .Title }} </h1>
<p>{{ .Content }}</p>
</div>
</section>
</main>
{{ end }}