{% capture webmention_types %}{{ types | join: ',' }}{% endcapture %}
{% if webmentions.size > 0 %}
    {% for webmention in webmentions %}
  1. {% endfor %}
{% else %}

No webmentions were found.

{% endif %}