DEBSOURCES
Skip Quicknav
sources / pandas / 1.1.5%2Bdfsg-2 / doc / source / user_guide / templates / myhtml.tpl
12345
{% extends "html.tpl" %} {% block table %} <h1>{{ table_title|default("My Table") }}</h1> {{ super() }} {% endblock table %}