chiark / gitweb /
man,html: say 'systemd 198' in the header
[elogind.git] / src / python-systemd / docs / layout.html
1 {% extends "!layout.html" %}
2
3 {% block relbar1 %}
4   <a href="../man/systemd.index.html">Index </a>·
5   <a href="../man/systemd.directives.html">Directives </a>·
6   <a href="index.html">Python </a>·
7   <a href="../libudev/index.html">libudev </a>·
8   <a href="../libudev/index.html">gudev </a>
9   <span style="float:right">systemd {{release}}</span>
10   <hr />
11 {% endblock %}
12
13 {# remove the lower relbar #}
14 {% block relbar2 %} {% endblock %}
15
16 {# remove the footer #}
17 {% block footer %} {% endblock %}