{% endif %}
{% if webmentions[0] %}
{% for webmention in webmentions %}
-
{% if webmention.author %}
{% capture author_id %}
{% if webmention.author.photo %}

{% endif %}
{% if webmention.author.name %}
{{ webmention.author.name }}
{% endif %}
{% endcapture %}
{% if webmention.author.url %}
{{ author_id }}
{% else %}
{{ author_id }}
{% endif %}
{% endif %}
{% if webmention.content %}
{{ webmention.content }}
{% else %}
{{ webmention.title }}
{% endif %}
{% endfor %}
{% else %}
No posts were found.
{% endif %}