{% if hasdoc(pagename) %} {% if display_github %} {{ _('source') }} {% set show_sep = True %} {% elif show_source and source_url_prefix %} {{ _('source') }} {% set show_sep = True %} {% elif show_source and has_source and sourcename %} {{ _('source') }} {% set show_sep = True %} {% endif %} {% endif %} {% if commit %} {% if show_sep %} // {% endif %} {{ commit }} {% set show_sep = True %} {% endif %} {% if last_updated %} {% if show_sep %} // {% endif %} {% if theme_wending_last_updated %} {{ last_updated | wending }} {% else %} {{ last_updated }} {% endif %} {% set show_sep = True %} {% endif %}
created with Sphinx and Insegel