5
Sphinx sidebar template: "show source" link.
7
:copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
8
:license: BSD, see LICENSE for details.
10
{%- if show_source and has_source and sourcename %}
11
<h3>{{ _('This Page') }}</h3>
12
<ul class="this-page-menu">
13
<li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
14
rel="nofollow">{{ _('Show Source') }}</a></li>