{% for name, href in crumbs %} {% if href == None %} {{ name|e }} {% else %} {{ name|e }}{% if loop.revindex0 %} »{% endif %} {% endif %} {% endfor %}
{% if 'wiki-name' in config %} {{ config['wiki-name']|e }} — {% endif %} Powered by Markdoc.
{% import "macros/html" as html -%} {{ html.cssimport(make_relative("/media/css/reset.css")) }} {{ html.cssimport(make_relative("/media/css/layout.css")) }} {{ html.cssimport(make_relative("/media/css/typography.css")) }} {{ html.cssimport(make_relative("/media/css/pygments.css")) }}