{% extends "document.njk" %}
{% block content %}
{# Infinite scroll component — must load before Alpine to register via alpine:init #}
{# Card interaction component — apCardInteraction Alpine component #}
{# Autocomplete components for explore + popular accounts #}
{# Tab components — apExploreTabs #}
{# Relative timestamps — converts absolute dates to "5m", "3h", "2d" etc. #}
{# Avatar fallback — remove broken images to reveal initials fallback underneath #}
{# Alpine.js loaded by default.njk — AP scripts register via alpine:init before it initializes #}
{# Reader stylesheet — loaded in body is fine for modern browsers #}
{# AP link interception for internal navigation #}
{# Blurhash placeholder backgrounds for gallery images #}
{% if readerParent %}
{% endif %}
{% block readercontent %}
{% endblock %}
{% endblock %}