{% include '../annotations/name.html.njk' %} {% include '../annotations/deprecated.html.njk' %} {% include '../annotations/preview.html.njk' %} {% if not item.alias %} {% for annotation in display.annotations[item.context.type] %} {% set path = '../annotations/' + annotation + '.html.njk' %} {% include path %} {% endfor %} {% else %}

Refer to {{ item.alias }}.

{% endif %}