File: layout.html

package info (click to toggle)
breezy 3.3.17-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,768 kB
  • sloc: python: 279,477; ansic: 1,093; makefile: 367; sh: 284; lisp: 107
file content (14 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "!layout.html" %}

{% block linktags %}
{{ super() }}
<link rel="stylesheet" href="_static/brz-doc.css" type="text/css" />
{% endblock %}

{% block rootrellink %}
<li><a href="https://www.breezy-vcs.org/">
	<!--TODO(jelmer): Add a brz logo <img src="{{ pathto("_static/brz icon 16.png", 1) }}" />-->
	Home</a>&nbsp;|&nbsp;</li>
<a href="https://www.breezy-vcs.org/doc/en/">Documentation</a>&nbsp;|&nbsp;</li>
{{ super() }}
{% endblock %}