{% extends "usersite/layout.html" %} {% from "usersite/macros/urls.html" import site_ipns_url %} {% block body %}
{% if profile.userInfo.spaceHandle.valid %}

{{ profile.userInfo.spaceHandle.short }}

{% else %}

No valid IP handle assigned yet

{% endif %}

{% endblock %}