summaryrefslogtreecommitdiff
path: root/views/root.twig
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-09-24 13:40:25 +0200
committerDaniel Weipert <code@drogueronin.de>2023-09-24 13:40:25 +0200
commitfa00b957378a393f8edbfc98ef111d35d18ecb09 (patch)
tree654e7dc5414f7f2795dbe996d3e1570793a5b1b8 /views/root.twig
initial commit
Diffstat (limited to 'views/root.twig')
-rw-r--r--views/root.twig10
1 files changed, 10 insertions, 0 deletions
diff --git a/views/root.twig b/views/root.twig
new file mode 100644
index 0000000..11dc665
--- /dev/null
+++ b/views/root.twig
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+</head>
+<body>
+ {% block body %}{% endblock %}
+</body>
+</html>