{% import "../lib/githubLinks.html" as github -%} {% set comma = joiner(',') %} {% set breadcrumbDelimiter = joiner('>') %}
{% block header %}

{$ doc.name | escape $}

{% if doc.global %}{% endif %} {% if doc.deprecated !== undefined %}{% endif %} {% if doc.security !== undefined %}{% endif %} {% if doc.pipeOptions.pure === 'false' %}{% endif %} {% if doc.docType === 'class' and doc.extensible !== true and not doc.isAbstract %}{% endif %}
{% endblock %}
{% block body %}{% endblock %}