mode_edit code {% for crumb in doc.breadCrumbs %}{% if not loop.last %} {$ slash() $} {% if crumb.path %}{$ crumb.text $}{% else %}{$ crumb.text $}{% endif %}{% endif %}{% endfor %} {$ doc.name $} {$ doc.docType $} {% if doc.deprecated !== undefined %}deprecated{% endif %} {% if doc.experimental !== undefined %}experimental{% endif %} {% if doc.stable !== undefined %}stable{% endif %} {% block body %}{% endblock %}