{% extends "base.html" %} {% block title %}Page {{ path }}{% endblock %} {% block content %}

{%- for label, subpath, sep, is_last in get_breadcrumbs(pathparts, base, sitename) -%} {%- if not is_last -%} {{ label }}{{ sep }} {%- else -%} {{ label }} {%- endif -%} {%- endfor -%}

{{ content|safe }}
{% endblock %}