{% extends "base.html" %}
{% block title %} - Registration{% endblock title%}
{% block primaryContent %}
{% if user %}
Welcome {{ user.nickname }}
Logout
{% if profile %}
{% else %}
we need to add a form here
{% endif %}
we should add buttons here...
{% endif %}
You made it to the registration page...
{% endblock primaryContent %}