{{ msg }}
{% endfor %}{# Dokunized: theme inspired by the Doku wiki project (https://www.dokuwiki.org) #} {% extends "base.html" %} {% import "snippets.html" as snippets with context %} {% import "utils.html" as utils with context %} {# ripped out of utils.html, just supports "location" crumbs (not "recent history" crumbs #} {% macro parse_location_breadcrumbs() %} {%- for segment_name, segment_path, exists in theme_supp.location_breadcrumbs(fqname) -%} > {%- if not loop.last %} {{ segment_name|shorten_fqname }} > {%- else %} {{ segment_name|shorten_fqname }} {%- endif %} {%- endfor %} {% endmacro %} {# the "layout" block #} {% block layout %}
You are here: {{ parse_location_breadcrumbs() }}
{{ msg }}
{% endfor %}