{% extends "base.html" %} {% load components %} {% block title %}Form Demo - Component Framework{% endblock %} {% block content %}
This form uses Pydantic for validation. Try submitting with invalid data to see live error messages.