X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6d0777840e50ce98f3d96629b4e92bbdccd3001c..5b1127bdc82daa43786049b29b3ea6251d2908d0:/data/templates/index.htm diff --git a/data/templates/index.htm b/data/templates/index.htm index eea509b..05c4c05 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -1,25 +1,28 @@ +{% 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 %}