{% extends "base.html" %} {% block title %}Registration{% endblock %} {% block content %}
{% if error %}
{{ error }}
{% endif %}
{% endblock %}