summaryrefslogtreecommitdiff
path: root/docs/layout.html
blob: f27e52f3ad25fc9e054346c0a8b6870598fbacf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends "!layout.html" %}

{% block relbar1 %}
  <a href="index.html">python-systemd </a>·
  <a href="http://www.freedesktop.org/software/systemd/man/index.html">man pages </a>·
  <a href="http://www.freedesktop.org/software/systemd/man/systemd.directives.html">directives </a>

  <span style="float:right">python-systemd {{release}}</span>
  <hr />
{% endblock %}

{# remove the lower relbar #}
{% block relbar2 %} {% endblock %}

{# remove the footer #}
{% block footer %} {% endblock %}