File: layout.html

package info (click to toggle)
wand 0.6.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,796 kB
  • sloc: python: 14,107; makefile: 112
file content (14 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (3)
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 %}