src: base layout

This commit is contained in:
He4eT 2025-02-15 00:44:06 +01:00
commit 6572393b10
5 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<!doctype html>
<html lang="{{ page.lang }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
{% if title %} {{ title }} | {% endif %}
{{ metadata.title }}
</title>
<meta
name="description"
content="{{ description or metadata.description }}">
<link
rel="alternate"
href="/feed/feed.xml"
title="{{ metadata.title }}"
type="application/atom+xml">
</head>
<body>
{{ content | safe }}
</body>
</html>