About on the index page

This commit is contained in:
2024-06-16 17:16:56 +02:00
parent ac2d4e4dd9
commit 37aac32a4b
2 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div class="wrapper_content">
<div class="content">
{{ .Content }}
</div>
</div>
{{- partial "footer.html" . -}}
</body>
</html>