X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a3845de282299bd805d6455789bc6531bde861be..c5544ea6607e49bd5f3cceecd59903687e8b1654:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index ca52775..847a8ea 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -8,34 +8,15 @@ {% endblock %} {% block content %} -

{{repo.getDescription}}

-
-
- edit -
-
-

Paste #{{repo.id}}

-
-
-
- -
-
-
+ {% include 'display-head.htm' %} {% for file in repo.getFiles %} -
-
- raw -

{{file.getFilename}}

-
-
- {{file.getHighlightedContent|raw}} -
-
+ {% include 'display-file.htm' %} {% endfor %} + + {% include 'display-foot.htm' %} {% endblock %} {% block sidebar %} -sidebar FIXME + {% include 'display-sidebar-history.htm' %} {% endblock %}