{%- import "utils.html" as utils with context -%} {% extends "layout.html" %} {% block head %} Remote follow {{ local_actor.display_name }} {% endblock %} {% block content %} {% include "header.html" %}

Remotely follow {{ local_actor.display_name }}

{{ utils.embed_csrf_token() }}
{% endblock %}