{# NIP-51 30004 home strip: section title from list `title` tag; each item reads like a static landing section — illustration (max 400px, natural aspect), headline, then full article body (Markdown + highlights as on /p/…/d/…). Body is not wrapped in a single (markdown may contain links). #} {% 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 %}