{{define "about"}}
<!DOCTYPE html>
<html>
<head>
<title>{{.Title}}</title>
<link rel="stylesheet" href="{{.StaticPath}}/style.css">
</head>
<body>
{{template "navbar" .}}
{{.AboutContent}}
{{template "cookie_banner" .}}
</body>
</html>
{{end}}