Mercurial > trustbridge
view manuals/help-manual/_templates/layout.html @ 1162:2a1206932f53
(issue107) Comment all TODO's and FIXME's with issues as documented in issue107
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 18:53:11 +0200 |
parents | d6dc1144895b |
children |
line wrap: on
line source
{% extends '!layout.html' %} {%- block header %} {%- if theme_showheader|tobool %} <header id="pageheader"> <a href="{{ pathto(master_doc) }} "><img src="_static/trustbridge-logo.png"><h1>{{ docstitle }}</h1></a> </header> {%- endif %} {%- endblock %} {% block footer %} <footer id="pagefooter"> © 2014, BSI | TrustBridge {{version}}<br> <img src="_static/bsi-logo.png"> </footer> {% endblock %}