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

{{description}}

-

edit

-{% for file in files %} +

{{repo.getDescription}}

+

edit

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

{{file.filename}}

+

{{file.getFilename}}

- raw + raw

-
{{file.content}}
+
{{file.getContent}}
{% endfor %} {% endblock %}