{% extends 'components/shell.html' %} {% macro ban_item(href, name, service_title) %}
  • {{ name }} {{ service_title }}
  • {% endmacro %} {% block content %} {# TODO: rewrite sidebar as a macro #}

    Bans

    The following users have been banned from this instance. Posts from them will not import.

    {% endblock %} {% block components %} {{ ban_item("", "", "") }} {% endblock components %}