X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6d0777840e50ce98f3d96629b4e92bbdccd3001c..36c68e6b31bc4d8dc8739a2bf9d189564c4cf7aa:/data/templates/index.htm diff --git a/data/templates/index.htm b/data/templates/index.htm index eea509b..5752c1e 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -1,25 +1,40 @@ +{% extends "base.htm" %} +{% block title %}New paste{% endblock %} -
-

- - -

-

- - -

-

- - -

-

- -

-

- -

-
\ No newline at end of file +{% 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