Summary
In this chapter, we learned what templating is, the basics of the Jinja templating system, and how to use it in FastAPI. We made use of the basics learned in the first section of this chapter to decide what content to render. We also learned what template inheritance is and how it works using the homepage and todo templates as examples.
In the next chapter, you will be introduced to structuring applications in FastAPI. In this chapter, you will be building a planner application using the knowledge from this and earlier chapters. You will first be introduced to how applications are structured before proceeding to build the planner application.