{% extends 'base.html' %} {% block title %}Register - DistributedChats{% endblock %} {% block content %}
{% if not success %}

Create An Account

sign up and get started

Already have an account with us? Login here

{% else %}

Congrats you're all set now login here

{% endif %}
{% endblock %}