{{ local_actor.name }} {{ local_actor.handle }}
{{ local_actor.summary | safe }}
{%- macro header_link(url, text) -%} {% set url_for = request.app.router.url_path_for(url) %} {{ text }} {% endmacro %}
  • {{ header_link("index", "Notes") }}
  • {{ header_link("followers", "Followers") }} {{ followers_count }}
  • {{ header_link("following", "Following") }} {{ following_count }}
  • {{ header_link("get_remote_follow", "Remote follow") }}