summaryrefslogtreecommitdiff
path: root/src/python-systemd/docs/layout.html
blob: 930a6a7afe53a8d47dfa4bf5fd6dc61c141e7491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% 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>·
  <span style="float:right">systemd {{release}}</span>
  <hr />
{% endblock %}

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

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