{% block feeds %} {{ icon('logo', 'icon icon-logo') | raw }} {{ 'Feeds' | trans }} {% if not app.user %} {# Default feeds #} Public Network {% else %} {# User custom feeds #} {{ icon('edit', 'icon') }} {% for link in handle_event('GetLeftNavigationFeeds', {'actor': current_actor}) %} {{ link['title'] }} {% endfor %} {% endif %} {% endblock feeds %} {% block profile_current_actor %} Replies {% for tab in handle_event('AddProfileNavigationItem', {'nickname': current_actor.getNickname()}) %} {{ tab['title'] }} {% endfor %} Settings Logout {% endblock profile_current_actor %} {% block profile_security %} Account Login Register {% endblock profile_security %} {% block footer %} {% endblock footer %}