X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/2df470b2376b79d67ab3f962ef6bd18adc653999..347d191850d9a3c5a84f3dff1971e6d955555ac9:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index ef2dccf..847a8ea 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -8,29 +8,15 @@ {% endblock %} {% block content %} -

{{repo.getDescription}}

-
-
- edit -
-
- fork -
-
+ {% 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 -{% endblock %} \ No newline at end of file + {% include 'display-sidebar-history.htm' %} +{% endblock %}