Files
sumup/themes/mytheme/layouts/_default/baseof.html
2025-11-05 18:09:14 +01:00

17 lines
371 B
HTML

<!-- this is a generic base template = KISS -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Sum something up</title>
</head>
<body>
<a href="/">Home</a>
<a href="/page">LL-CAT</a>
<a href="/tags">Ports and Apps</a>
{{ block "main" . }}
{{ end }}
</body>
</html>