{% extends "layouts/ap-reader.njk" %} {% from "heading/macro.njk" import heading with context %} {% from "prose/macro.njk" import prose with context %} {% block readercontent %} {# Explore link #}
{# Followed tags #} {% if followedTags and followedTags.length > 0 %} {% endif %} {# Fediverse lookup with popular accounts autocomplete #} {# Tab navigation #} {# New posts banner — polls every 30s, shows count of new items #} {% if items.length > 0 %} {% endif %} {# Direct messages — conversation threads #} {% if tab == "direct" %} {% if conversations and conversations.length > 0 %}{{ __("activitypub.reader.pagination.noMore") }}