diff options
Diffstat (limited to 'cmd/mirumd/templates/layout.html')
| -rw-r--r-- | cmd/mirumd/templates/layout.html | 14 | +14 −0 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cmd/mirumd/templates/layout.html b/cmd/mirumd/templates/layout.html new file mode 100644 --- /dev/null +++ b/cmd/mirumd/templates/layout.html @@ -0,0 +1,14 @@ +{{/* Copyright (c) 2026 Nikolay Govorov */}} +{{/* SPDX-License-Identifier: AGPL-3.0-or-later */}} +{{define "layout"}} +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>{{template "title" .}} — Mirum</title> + </head> + <body> + {{template "content" .}} + </body> +</html> +{{end}} |
