{% for post in posts %}
{% if post.type == 'farcaster' %}
{% include "partials/summary-farcaster.html" %}
{% else %}
{% include "partials/summary-default.html" %}
{% endif %}
{% else %}
No posts for this tag.
{% endfor %}
{% if pagination.prev or pagination.next %}
{% endif %}
{% endblock content %}