blob: 78989143edfff2fa04271b798d58bbc155c7117a (
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 v. {{release}}</span>
<hr />
{% endblock %}
{# remove the lower relbar #}
{% block relbar2 %} {% endblock %}
{# remove the footer #}
{% block footer %} {% endblock %}
|