{% extends "base.html" %} {% block title %}Register - Actix MVC App{% endblock %} {% block content %}

Register

{% if errors %} {% endif %}
Password must be at least 8 characters long.
{% endblock %}