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

{% if author.about is defined %} {{ author.about|markdown_to_html|mentionify|linkify }} {% endif %}

{# {% if relays|length > 0 %}#} {# {% for rel in relays %}#} {#

{{ rel }}

#} {# {% endfor %}#} {# {% endif %}#} {% endblock %} {% block aside %} {% endblock %}