X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/5f427dd38c8d47711ea73015076bb390761e05dd..4d3b1690a86631b4b1abc74dfa4c4e5bde8faf10:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index ea2e2cd..afdc75c 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -3,14 +3,17 @@ {% block content %}

{{repo.getDescription}}

-

edit

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

{{file.getFilename}}

+

{{file.getFilename}}

raw

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