FIX: URL for access_denied image
[phorkie.git] / data / templates / display.htm
index e02129600a7ff67cb7c836ad72fb202d58e12f37..5bcb0162adcc1f49f1a4e81f18e97daef0d41934 100644 (file)
@@ -1,10 +1,10 @@
 {% extends "base.htm" %}
 {% block title %}
- {%if repo.getDescription %}
-  {{repo.getDescription}}
- {%else%}
-  {{repo.id}}
- {%endif%}
+ {{repo.getTitle}}
+{% endblock %}
+
+{% block meta %}
+<link rel="meta" title="DOAP" type="application/rdf+xml" href="{{repo.getLink('doap')}}"/>
 {% endblock %}
 
 {% block content %}
@@ -18,5 +18,5 @@
 {% endblock %}
 
 {% block sidebar %}
-sidebar FIXME
+ {% include 'display-sidebar-history.htm' %}
 {% endblock %}