{% for crumb in doc.breadCrumbs %}{% if not loop.last %} {$ breadcrumbDelimiter() $} {% if crumb.path %}{$ crumb.text $}{% else %}{$ crumb.text $}{% endif %}{% endif %}{% endfor %} {$ github.githubLinks(doc, versionInfo) $} {% block header %} {$ doc.name $} {% if doc.global %}global{% endif %} {$ doc.docType $} {% if doc.deprecated !== undefined %}deprecated{% endif %} {% if doc.security !== undefined %}security{% endif %} {% if doc.pipeOptions.pure === 'false' %}impure{% endif %} {% endblock %} {% block body %}{% endblock %}