Home
diff --git a/templates/git.html b/templates/git.html
index 1c8ddf1..13f72d1 100644
--- a/templates/git.html
+++ b/templates/git.html
@@ -1,6 +1,16 @@
{% extends "base.html" %}
{% block content %}
+
+
+ {{repo.owner.name}}/{{repo.name}}
+
+
+
+
+
+
+
{% for (dir, prev) in root %}/
{{dir}}{% endfor %}
@@ -9,12 +19,4 @@
{% endfor %}
-
-
-
-
-
{{repo.owner.name}}/{{repo.name}}
-
-
-
{% endblock %}
\ No newline at end of file