Toevoegen van page-not-found (404) pagina en verwijzing naar zoekmachine

This commit is contained in:
Michael Boelen 2023-05-24 14:47:11 +02:00
parent 146f20ee3f
commit d10dd01cdc
3 changed files with 21 additions and 14 deletions

View file

@ -0,0 +1,11 @@
{{ define "main" }}
<div>{{ .Content }}</div>
<h3>Suggesties</h3>
<p>Op zoek naar een bepaalde pagina of informatie? De onderstaande zoekfunctie weet het hopelijk wel te vinden:</p>
{{ partial "search-form.html" . }}
{{ end }}