## -*- coding: utf-8 -*- <%def name="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 %def> <%def name="show_sourcelink(sourcelink_href)">