|
|
|
@ -1,11 +1,6 @@ |
|
|
|
{% extends 'layout.html.twig' %} |
|
|
|
{% extends 'layout.html.twig' %} |
|
|
|
|
|
|
|
|
|
|
|
{% block body %} |
|
|
|
{% block body %} |
|
|
|
|
|
|
|
|
|
|
|
{% if author.image is defined %} |
|
|
|
|
|
|
|
<img src="{{ author.image }}" class="avatar" alt="{{ author.name }}" onerror="this.style.display = 'none'" /> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h1><twig:Atoms:NameOrNpub :author="author" :npub="npub"></twig:Atoms:NameOrNpub></h1> |
|
|
|
<h1><twig:Atoms:NameOrNpub :author="author" :npub="npub"></twig:Atoms:NameOrNpub></h1> |
|
|
|
{% if author.nip05 is defined %} |
|
|
|
{% if author.nip05 is defined %} |
|
|
|
{% if author.nip05 is iterable %} |
|
|
|
{% if author.nip05 is iterable %} |
|
|
|
|