{%- macro header_item_link(url, text, icon) -%} {% set url_for = BASE_URL + request.app.router.url_path_for(url) %}
  • {% if icon != '' %}{% endif %} {{ text }} {% if url == 'followers' %}{{ followers_count }}{% endif %} {% if url == 'following' %}{{ following_count }}{% endif %}
  • {% endmacro %}

    {{ local_actor.name }}

    {{ local_actor.handle }}
    {{ local_actor.summary | safe }}