yuki.k4w411.net/_includes/base.njk
2025-03-27 05:40:40 -03:00

11 lines
No EOL
308 B
Text

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if title %} {{ title }} | yukinets {% else %} yukinets {% endif %}</title>
</head>
<body>
{{ content | safe }}
</body>
</html>