X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/dda2c7a7ae28eab27ac1bcaf38513ff44343278b..36c68e6b31bc4d8dc8739a2bf9d189564c4cf7aa:/data/templates/index.htm diff --git a/data/templates/index.htm b/data/templates/index.htm index 9b158bb..5752c1e 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -2,31 +2,15 @@ {% block title %}New paste{% endblock %} {% block content %} -
+
- -
+ -
-
-
-
- - -
-
- - -
-
- -
+ {% include 'edit-file.htm' with {'file': file[1], 'fileid': 0, 'newfile': true} %} + + {% include 'edit-add.htm' %}
+ {% endblock %} + + +{% block sidebar %} + {% if recents.results %} +

Recently created

+ + {% endif %} +{% endblock %} \ No newline at end of file