You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
604 B
20 lines
604 B
{% extends 'base.html.twig' %} |
|
|
|
{% block body %} |
|
<div class="author-profile"> |
|
{% include 'partial/author_profile_header.html.twig' with { |
|
author: author, |
|
npub: npub, |
|
show_nip05: true, |
|
profile_websites: profile_websites, |
|
profile_nip05: profile_nip05, |
|
profile_payment_links: profile_payment_links, |
|
} only %} |
|
<hr class="author-profile__divider" /> |
|
|
|
<twig:Organisms:CardList :list="articles" class="article-list"></twig:Organisms:CardList> |
|
</div> |
|
{% endblock %} |
|
|
|
{% block aside %} |
|
{% endblock %}
|
|
|