{# Home: magazine root kind 30040 — long-form `a` tags in index order. No strip-level heading; each article uses its own title (h3). Same layout: illustration, headline, full body. #} {% if tiles is not empty %}
{% do prefetch_article_card_covers(tiles) %} {% for tile in tiles %} {% set item = tile.article %} {% set article_href = (item.pubkey and npub_from_hex(item.pubkey) != '') ? path('article', { npub: npub_from_hex(item.pubkey), slug: item.slug }) : path('article-legacy-redirect', { slug: item.slug }) %} {% endfor %}
{% endif %}