{% import "helpers/tag.html.nunj" as tagMacro %}

<div class="ng-doc-page-tags">
    {% set declarationType = declaration | getDeclarationType %}

    {{ tagMacro.render(scope.name, "ng-doc-scope") }}
    <span class="ng-doc-inline-delimiter" indexable="false">/</span>
    {{ tagMacro.render(declarationType) if declarationType }}
</div>

