aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/resources/_includes/link.html
blob: 621894eaff7c3a6da9cce57edfd3ee8f29d09150 (plain) (blame)
1
2
3
4
5
6
{% case tpeLink.kind %}
{% when 'NoLink' %}
    {{ tpeLink.title }}
{% else %}
    <a href="{{ tpeLink.target }}">{{ tpeLink.title }}</a>
{% endcase %}