{% load static %} {% load i18n %} {% load l10n %} {% load humanize %} {% load mastodon %} {% load thumb %} {{ site_name }} - {% trans 'Searching the fediverse' %} {% include "common_libs.html" %} {% include '_header.html' %}
{% if handle %}
{% trans "Searching the fediverse" %} - {{ handle }}
{% else %}
{% trans "System busy, please try again in a minute." %}
{% endif %}
{% include '_footer.html' %}