{% include 'partial/author_profile_header.html.twig' with {
author: row.author,
npub: row.npub,
header_tag: 'h2',
show_nip05: false,
profile_nip05: [],
profile_websites: row.profile_websites,
profile_payment_links: row.profile_payment_links,
jumble_profile_href: row.jumble_profile_href,
omit_jumble_button: true,
} only %}
{% if row.jumble_profile_href is not null and row.jumble_profile_href != '' %}
View on Jumble
{% endif %}
Full profile