diff --git a/templates/main/index.html.twig b/templates/main/index.html.twig
index 5d05e26..93c4c43 100644
--- a/templates/main/index.html.twig
+++ b/templates/main/index.html.twig
@@ -18,22 +18,24 @@
{% endmacro %}
{% block body %}
-
- Gaisen
-
-
-
- {{ _self.render_tree(tree) }}
+
+
+ Gaisen
-
- {% if contents is not null %}
- {{ contents|markdown_to_html }}
- {% else %}
-
Empty
- {% endif %}
+
+
+ {{ _self.render_tree(tree) }}
+
+
+ {% if contents is not null %}
+ {{ contents|markdown_to_html }}
+ {% else %}
+ Empty
+ {% endif %}
+
+
+
+ Version: {{ version }}
-
-
- Version: {{ version }}
{% endblock %}