Flask-security provides a template for registering new users.
I want to include a form in the frontpage of my site for user registrations. Can I somehow embed flask-security template + endpoint/function in my home endpoint? Or do I have to create a new template and function from scratch?
Thanks!