diff options
Diffstat (limited to 'views/root.twig')
-rw-r--r-- | views/root.twig | 10 |
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> |