Statistics
| Branch: | Tag: | Revision:

root / docs / source / _templates / layout.html @ 39ce7446

History | View | Annotate | Download (205 Bytes)

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