mirror-nourybot/web/templates/base.template.gohtml
2024-02-12 20:04:02 +01:00

19 lines
472 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width,initial-scale=1" name="viewport">
<title>{{ template "title" . }}</title>
<meta property="og:title" content="nourybot - lidl twitch bot">
<meta property="og:description" content="nourybot">
</head>
<header>
{{ template "header" . }}
</header>
<body>
{{ template "body" . }}
</body>
<footer>
{{ template "footer" . }}
</footer>