9 lines · html
1{% extends "furo/components/edit-this-page.html" %}2 3{% block link_available -%}4{%- if pagename.startswith("python_api") -%}5 <!-- Python API docs are generated. -->6{%- else -%}7 {{ furo_edit_button(determine_page_edit_link()) }}8{%- endif -%}9{%- endblock %}