{% extends 'base.html.twig' %} {% block body %} {% if author.image is defined %} {{ author.name }} {% endif %}

{% if author.about is defined %}

{{ author.about }}

{% endif %} {% if nzine %} View as N-Zine

List of indices

{% for i in idx %} {{ i.title }} {% endfor %} {% endif %} {% endblock %} {% block aside %} {# #} {% endblock %}