File: layout.html

package info (click to toggle)
pympress 1.8.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,504 kB
  • sloc: python: 5,213; xml: 268; sh: 87; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 735 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{% extends "!layout.html" %}
{% block sidebartitle %}
	<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
	<br />
	<a href="{{ pathto(master_doc) }}" class="icon icon-home"> Docs home</a>
	<img src="{{ logo_url }}" class="logo" alt="{{ _('Logo') }}"/>
	<div class="version">
		v{{ version }}
	</div>

	{% include "searchbox.html" %}
{% endblock %}
{% block menu %}
	{{ super() }}
	{% if document_api %}
	<hr style="border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); width:80%; margin: 10px auto;" />
	<a href="{{ pathto("genindex") }}">Index</a>
	<a href="{{ pathto("py-modindex") }}">Module index</a>
	{% endif %}
{% endblock %}