website/_includes/base.njk

17 lines
443 B
Plaintext

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/holiday.css@0.11.0" />
</head>
<body>
{{ content | safe }}
</body>
<footer>
<small>&copy; email.radio, 2022. All rights reserved</small>
</footer>
</html>