Now that we have our data in an easily accessible format, displaying the information in a web page becomes much easier. In this chapter, we will learn how to do the following:
- Use the included templating language for Flask, Jinja, to dynamically create HTML for our SQLAlchemy models
- Use Jinja's methods to automate the creation of HTML and modify data for presentation inside a template
- Automatically create and validate HTML forms with Jinja