{# -*- coding: utf-8 -*- #} {% macro breadcrumbs(crumbs) %} {% if crumbs %} {% for link, text in crumbs %} {% if text != index_file %} {% if link == '#' %} {{ text.rsplit('.html', 1)[0] }} {% else %} {{ text }} {% endif %} {% endif %} {% endfor %} {% endif %} {% endmacro %} {% macro show_sourcelink(sourcelink_href) %}