{# Home: magazine root kind 30040 — long-form `a` tags in index order (top to bottom). Section title from root `title` tag. Same layout as before: illustration, headline, full article body (Markdown + highlights). #} {% if tiles is not empty %}
{% if section_title|default('') != '' %}

{{ section_title|e }}

{% endif %}
{% 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 %}