File: layout.html

package info (click to toggle)
pyepr 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,144 kB
  • sloc: python: 3,028; makefile: 124
file content (12 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "!layout.html" %}

{%- block menu %}
{{ super() }}
{%- if sidebars != None and pagename == root_doc %}
  <hr>
  {#- new style sidebar: explicitly include/exclude templates #}
  {%- for sidebartemplate in sidebars %}
    {%- include sidebartemplate %}
  {%- endfor %}
{%- endif %}
{% endblock %}