Added basic layout template

This commit is contained in:
Claudia Reynders 2022-04-24 15:00:10 +02:00
parent ad16a64405
commit 2705cbce72
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<!doctype html>
<html lang="{{ metadata.language }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ title or metadata.title }}</title>
</head>
<body>
{{ content | safe }}
</body>
</html>