Statistics
| Branch: | Tag: | Revision:

root / docs / source / _templates / layout.html @ 4bc8021f

History | View | Annotate | Download (199 Bytes)

1
{% extends "!layout.html" %}
2
{% block sidebarlogo %}
3
<p align="center">
4
  <a href="http://schmizz.net/ncclient">
5
    <img src="_static/logo.png" width="125" height="125"/>
6
  </a>
7
</p>
8
{% endblock %}