{% extends 'collection/notes.html.twig' %} {% set nickname = nickname|escape %} {% block title %}{{ nickname }}{% endblock %} {% block body %} {% if actor is defined and actor is not null %} {% block profile_view %} {% include 'cards/blocks/profile.html.twig' with { 'actor': actor } only %} {% endblock profile_view %}
{% if notes is defined %} {{ parent() }} {% endif %} {% endif %} {% endblock body %}