X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/64ff825aec91fd0f914d05cf17cd299be83b165c..0845bf175dc416cdf107209fc34f7b37bf42b6e6:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index afdc75c..6d84c46 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -1,19 +1,18 @@ {% extends "base.htm" %} -{% block title %}{{description}}{% endblock %} +{% block title %} + {{repo.getTitle}} +{% endblock %} {% block content %} -

{{repo.getDescription}}

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

{{file.getFilename}}

-

- raw -

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