{% extends "account/base.html" %} {% load static wagtailcore_tags wagtailuserbar %} {% block hero_content %} {% include "v4/secondary-header.html" with primary="Profile" secondary="New Account" %} {% endblock hero_content %} {% block deep_content %}

Welcome {{ user.first_name }}

Your new account has been created.

Logout Account
page < new-profile
{% endblock %}