Mercurial > trustbridge
view manuals/help-manual/_templates/layout.html @ 1127:1a5f9e260099
(issue130) Remove USE_REAL_RESOURCE option and implement behavior as descript in the issue
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 17 Sep 2014 13:13:19 +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 %}