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

{% block relbar1 %}
  <a href="../man/systemd.index.html">Index </a>·
  <a href="../man/systemd.directives.html">Directives </a>·
  <a href="index.html">Python </a>·
  <a href="../libudev/index.html">libudev </a>·
  <a href="../libudev/index.html">gudev </a>
  <span style="float:right">systemd {{release}}</span>
  <hr />
{% endblock %}

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

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