{# Shared author “header” + about (no article list). Expects: author, npub, profile_*, jumble_profile_href; show_nip05: true on full /p/ profile only #} {% set author_pic = null %} {% if author.picture is defined and author.picture %} {% set author_pic = author.picture %} {% elseif author.image is defined and author.image %} {% set author_pic = author.image %} {% endif %} {% set author_label = author.display_name|default(author.name|default(npub|shortenNpub)) %} {% if author_pic %}
{% endif %} {% set header_tag = header_tag|default('h1') %} <{{ header_tag }} class="author-profile__title">