Files
Documentation/layouts/_default/redirect.html
2026-01-20 20:33:59 +01:00

11 lines
135 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ .Title }}</title>
</head>
<body>
{{ .Content }}
</body>
</html>