lib.itmens/catalog/templates/external_search_results.html

10 lines
248 B
HTML
Raw Permalink Normal View History

2022-01-22 14:04:21 -05:00
{% 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 %}