{% extends 'layout.html.twig' %} {% block body %} {% include 'partial/_author-section.html.twig' with {author: author, npub: npub} %}
Articles Media {% if is_granted('ROLE_ADMIN') %} About {% endif %}
{% if articles|length > 0 %} {% else %}

No articles found for this author.

{% endif %}
{% endblock %}