{% extends "document.njk" %} {% from "heading/macro.njk" import heading with context %} {% from "input/macro.njk" import input with context %} {% from "textarea/macro.njk" import textarea with context %} {% from "checkboxes/macro.njk" import checkboxes with context %} {% from "radios/macro.njk" import radios with context %} {% from "button/macro.njk" import button with context %} {% from "notification-banner/macro.njk" import notificationBanner with context %} {% from "prose/macro.njk" import prose with context %} {% block content %} {% if result %} {{ notificationBanner({ type: result.type, text: result.text }) }} {% endif %} {{ prose({ text: __("activitypub.profile.intro") }) }}
{% endblock %}