File: layout.html

package info (click to toggle)
python-systemd 233-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 356 kB
  • sloc: ansic: 2,109; python: 818; makefile: 52
file content (16 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (5)
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 %}