File: layout.html

package info (click to toggle)
wand 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,812 kB
  • sloc: python: 14,250; makefile: 113
file content (14 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends '!layout.html' %}

{% block sidebarlogo %}
  {% if pagename == 'index' %}
    <iframe
      allowtransparency="true" frameborder="0" scrolling="0"
      width="170px" height="30px">
      {{- '' -}}
    </iframe>
    <hr class="github-line" />
  {% else %}
    {{ super() }}
  {% endif %}
{% endblock %}