{% extends 'base.template.html' -%}
{% block body -%}
{% include "includes/deprecation.html" %}
{% include "includes/description.html" %}
{% for export in doc.exports -%}
{% if not export.duplicateOf %}
- {$ export.name $}
{% endif %}
{%- endfor %}
{%- endblock %}