Mercurial > trustbridge
view manuals/help-manual/_templates/layout.html @ 1170:37672abf0ca0
ui/img Icons: Cleanup.
Readded the infos lost with 1148:6ec64a30fd5f.
Moved src svg files to a src subdirectory.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Fri, 19 Sep 2014 12:49:18 +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 %}