X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/271df87bc8c768167889902c455d3c7dfc0f155b..cdaa5e28290fe0e9e73ca3a0557ee021a7ab404b:/data/templates/display.htm diff --git a/data/templates/display.htm b/data/templates/display.htm index cabff59..2ba490e 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -1,14 +1,25 @@ {% extends "base.htm" %} -{% block title %}{{description}}{% endblock %} +{% block title %} + {%if repo.getDescription %} + {{repo.getDescription}} + {%else%} + {{repo.id}} + {%endif%} +{% endblock %} {% block content %}

{{repo.getDescription}}

-
+ -
- fork +
+

Paste #{{repo.id}}

+
+
+
+ +
@@ -23,8 +34,16 @@
{% endfor %} + +
+
+ + Delete + +
+
{% endblock %} {% block sidebar %} sidebar FIXME -{% endblock %} \ No newline at end of file +{% endblock %}