{% extends "_types/social/index.html" %} {% block title %}{{ "Home" if timeline_type == "home" else "Public" }} Timeline — Rose Ash{% endblock %} {% block social_content %}

{{ "Home" if timeline_type == "home" else "Public" }} Timeline

{% if actor %} Compose {% endif %}
{% include "federation/_timeline_items.html" %}
{% endblock %}