{% import "partials/icons.html" as icons with context %} {%- if fuma_toc %} {{ icons.list() }}{{ _('On this page') }} {#- Both paths are generated at runtime; the thumb is clipped to the visible range. -#} {%- include "partials/toc-list.html" %} {%- endif %} {%- if fuma_edit_url or (show_source and has_source and sourcename) %} {%- if fuma_edit_url %} {{ icons.pencil() }}{{ _('Edit this page') }} {%- endif %} {%- if show_source and has_source and sourcename %} {{ icons.file() }}{{ _('View source') }} {%- endif %} {%- endif %}
{{ icons.list() }}{{ _('On this page') }}