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