{% extends "layout.html" %} {% import 'utils.html' as utils %} {% block title %}Stream - {{ config.NAME }}{% endblock %} {% block content %}
{% if item.meta.object %} {{ utils.display_note(item.meta.object, ui=True) }} {% endif %} {% endif %} {% if item | has_type('Follow') %}