{% if webmentions.size > 0 %}
    {% for webmention in webmentions %}
  1. {{ webmention.content }}
    {% if webmention.author %} {{ webmention.author.name }} {% endif %} {% if webmention.pubdate and webmention.url %}on{% endif %} {% if webmention.pubdate %} {{ webmention.pubdate | date: '%d %B %Y' }} {% endif %}
  2. {% endfor %}
{% else %}

No links were found.

{% endif %}