{% extends 'base.html' %} {% from 'bootstrap5/form.html' import render_form %} {% block title %} Best Movie Actors {% endblock %} {% block content %}

Welcome to the best movie actors Flask example!

This is the index page for an example Flask app using Bootstrap and WTForms. Note that only 100 actors are in the data source. Partial names are not valid.

{{ render_form(form) }}

{{ message }}

{% endblock %}