Add 'project homepage' link.

This commit is contained in:
Valentin Lorentz 2011-09-02 10:45:46 +00:00
parent 6704ef5d60
commit bef4aa2ee1

5
_templates/layout.html Normal file
View File

@ -0,0 +1,5 @@
{% extends "!layout.html" %}
{% block rootrellink %}
<li><a href="/">Project Homepage</a> &raquo;</li>
{{ super() }}
{% endblock %}