{% extends 'base-reference.html' %} {% block title %}{% set j = joiner('/') %}{% for name, _ in compound.breadcrumb %}{{ j() }}{{ name }}{% endfor %} file | {{ super() }}{% endblock %} {% block header %}

{%+ for name, target in compound.breadcrumb[:-1] %}{{ name }}/{% endfor %}{{ compound.breadcrumb[-1][0] }} file{% if compound.since %} {{ compound.since }}{% endif %} {# need an explicit space here otherwise the newline gets removed #}

{% endblock %}