X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/ec66a5c7d17cb1e67ee066f2e9bdaf5bbc9ab614..36c68e6b31bc4d8dc8739a2bf9d189564c4cf7aa:/data/templates/index.htm?ds=sidebyside diff --git a/data/templates/index.htm b/data/templates/index.htm index 05989df..5752c1e 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -2,13 +2,15 @@ {% block title %}New paste{% endblock %} {% block content %} -
+
- {% include 'edit-file.htm' with {'file': file[1], 'fileid': 1} %} + {% 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