X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/d9f6b83ed6d8a4546e4119c64b639adda057d25e..ac41dd93568256fe5f2cd75530e30bc9b7e1668d:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index e021296..5bcb016 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -1,10 +1,10 @@ {% extends "base.htm" %} {% block title %} - {%if repo.getDescription %} - {{repo.getDescription}} - {%else%} - {{repo.id}} - {%endif%} + {{repo.getTitle}} +{% endblock %} + +{% block meta %} + {% endblock %} {% block content %} @@ -18,5 +18,5 @@ {% endblock %} {% block sidebar %} -sidebar FIXME + {% include 'display-sidebar-history.htm' %} {% endblock %}