File: class.html.jinja

package info (click to toggle)
python-markdown 3.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,208 kB
  • sloc: python: 12,733; makefile: 66; sh: 7
file content (6 lines) | stat: -rw-r--r-- 319 bytes parent folder | download
1
2
3
4
5
6
{% extends "_base/class.html.jinja" %}

{% block heading scoped %}
  <a class="doc-source-link" href="{{ config.extra.source.repo }}/tree/{{ config.extra.source.tag }}/{{ class.relative_filepath }}#L{{ class.lineno }}" title="{{ config.extra.source.title }}">&lsaquo;&rsaquo;</a>
  {{ super() }}
{% endblock heading %}