{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} {% load highlight %} {% load thumb %} {% for item in external_items %}
  • {% if item.cover_url %} {% endif %}
    {% if request.GET.q %} {{ item.title | highlight:request.GET.q }} {% else %} {{ item.title }} {% endif %} {% if not request.GET.c or not request.GET.c in categories %} [{{item.verbose_category_name}}] {% endif %} {{ item.source_site.label }}
    {{item.subtitle}}

    {{ item.brief }}

  • {% endfor %}