{% extends "base" %} {% import "macros" as macros %} {% block title %} {{ "All the articles of the Fediverse" | _ }} {% endblock title %} {% block content %}

{{ "All the articles of the Fediverse" | _ }}

{% for article in articles %} {{ macros::post_card(article=article) }} {% endfor %}
{{ macros::paginate(page=page, total=n_pages) }} {% endblock content %}