summaryrefslogtreecommitdiff
path: root/templates/root.twig
diff options
context:
space:
mode:
Diffstat (limited to 'templates/root.twig')
-rw-r--r--templates/root.twig14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/root.twig b/templates/root.twig
new file mode 100644
index 0000000..9c3534e
--- /dev/null
+++ b/templates/root.twig
@@ -0,0 +1,14 @@
+<html>
+<head>
+ <title>Elements</title>
+
+ {% block css %}{% endblock %}
+</head>
+<body>
+{% block body %}{% endblock %}
+<script>
+
+</script>
+{% block js %}{% endblock %}
+</body>
+</html> \ No newline at end of file