X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6d0777840e50ce98f3d96629b4e92bbdccd3001c..8fadde4a3b26523b15ff019cafc1b49f9143293f:/data/templates/index.htm diff --git a/data/templates/index.htm b/data/templates/index.htm index eea509b..05989df 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -1,25 +1,21 @@ +{% extends "base.htm" %} +{% block title %}New paste{% endblock %} +{% block content %}
-

- - -

-

- - -

-

- - -

-

- -

-

- -

-
\ No newline at end of file +
+ + +
+ + {% include 'edit-file.htm' with {'file': file[1], 'fileid': 1} %} + +
+ +
+ + +{% endblock %}