X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/6d0777840e50ce98f3d96629b4e92bbdccd3001c..bfa1501efa1a49893208c794ea262a075b13fc1d:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index 1f33b61..6575617 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -2,15 +2,18 @@ {% block title %}{{description}}{% endblock %} {% block content %} -

{{description}}

-

edit

-{% for file in files %} +

{{repo.getDescription}}

+ +{% for file in repo.getFiles %}
-

{{file.filename}}

+

{{file.getFilename}}

- raw + raw

-
{{file.content}}
+ {{file.getHighlightedContent|raw}}
{% endfor %} {% endblock %}