{% 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 %} {% endif %}
  2. {% endfor %}
{% else %}

No bookmarks were found.

{% endif %}