{% extends "base.html" %} {% block content %} {% if not pagination.prev %}

Recent

{% endif %} {% for post in posts %}
{% if post.type == 'farcaster' %} {% include "partials/summary-farcaster.html" %} {% else %} {% include "partials/summary-default.html" %} {% endif %}
{% else %}

No posts yet.

{% endfor %} {% if pagination.total > 1 %} {% endif %} {% endblock content %}