{% extends "layout.html" %} {% import 'utils.html' as utils %} {% block title %}#{{ tag }} - {{ config.NAME }}{% endblock %} {% block header %} {% endblock %} {% block content %} {% include "header.html" %}

#{{ tag }}

{% for item in outbox_data %} {{ utils.display_note(item.activity.object, default_avatar=config.DEFAULT_ICON, meta=item.meta, index=True, limit=config.PREVIEW_LIMIT) }} {% endfor %}
{% endblock %} {% block links %} {% endblock %}