{% 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 — must load after component scripts so alpine:init listeners are registered first #} {# 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 %}