blob: 2fd81ce40afb13cf330cf778f1577f5db2141ee9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{% extends "!layout.html" %}
{% set css_files = css_files + ["_static/leaflabs-docs.css"] %}
{% block rootrellink %}
<li><a href="http://leaflabs.com/">
<img width="16px" src="_static/img/round_logo_32x32.ico"></img>
leaflabs.com
</a>·</li>
<li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
{% endblock %}
|