{% load static %}
{% load i18n %}
{% load l10n %}
{% load humanize %}
{% load mastodon %}
{% load thumb %}
{% for item in external_items %}
<article class="item-card external">{% include "_item_card.html" with item=item %}</article>
{% endfor %}