summaryrefslogtreecommitdiff
path: root/templates/root.twig
blob: 8be64ddec4a77a4fecf8197f3232981327970e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>  <link rel="/favicon.ico" href="#">

<head>
  <title>Elements</title>
  {% block css %}{% endblock %}
</head>
<body>
  {% block body %}{% endblock %}
  {% block js %}{% endblock %}
</body>
</html>