{% if webmentions.size > 0 %}
    {% for webmention in webmentions %}
  1. {{ webmention.title }}
    {% if webmention.pubdate %} {% endif %}
  2. {% endfor %}
{% else %}

No posts were found.

{% endif %}