added content to about and contact page and added main-handler to achive spa-functionality

This commit is contained in:
Patryk Hegenberg 2023-12-06 09:12:49 +01:00
parent d60d1df51e
commit b82e138c4d
6 changed files with 102 additions and 4 deletions

View file

@ -17,7 +17,7 @@
<div class="container is-widescreen">
{{ template "header" . }}
</div>
<div class="container is-widescreen">
<div class="container is-widescreen" id="main-content">
{{ template "main" . }}
</div>