{% if hasdoc(pagename) %}
  • {% if display_github %} {{ _('source') }} {% elif show_source and source_url_prefix %} {{ _('source') }} {% elif show_source and has_source and sourcename %} {{ _('source') }} {% endif %}
  • {% endif %} {% if commit %}
  • {{ commit }}
  • {% endif %} {% if last_updated %}
  • {% if theme_wending_last_updated %} {{ last_updated | wending }} {% else %} {{ last_updated }} {% endif %}
  • {% endif %}
{% if copyright %}
© {{ copyright }}
{% endif %}
created with Sphinx and Insegel