New: Vergunningcheck online

This commit is contained in:
2026-02-16 10:37:39 +01:00
parent 75f8e29973
commit ab2b980d97
18 changed files with 405 additions and 82 deletions

View File

@@ -0,0 +1,14 @@
{{ define "main" }}
<section class="section">
<div class="container">
<div class="row">
<div class="p-4 p-sm-5 shadow rounded content">
<h1>{{ .Title }} </h1>
<p>{{ .Content }}</p>
</div>
</div>
</div>
</section>
{{ end }}

View File

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