{{links.len()}} usage{% if links.len() != 1 %}s{%endif%}
{% for link in links %}
{% match link %}
{% when Backlink::Content with (content_link) %}
- {{ content_link|safe }}
{% when Backlink::Symbol with (symbol_link) %}
- {{ symbol_link|safe }}
{% endmatch %}
{% endfor %}