{%- if show_source and has_source and sourcename %}
  <h3>{{ _('This Page') }}</h3>
  <ul class="this-page-menu">
  {%- if show_on_github_url %}
    <li><a href="{{ show_on_github_url }}"
           rel="nofollow">{{ _('Show on GitHub') }}</a></li>
  {%- endif %}
  {%- if edit_on_github_url %}
    <li><a href="{{ edit_on_github_url }}"
           rel="nofollow">{{ _('Edit on GitHub') }}</a></li>
  {%- endif %}
  </ul>
{%- endif %}