Chapter Summary

In this chapter, we covered the basics of how Django’s templates work, how to pass information from a Django view to the browser, and how Django doesn’t get in the way of you creating a professional, modern look for your website.

I also introduced you to some of the more common Django template tags and filters. In Chapter 11, I have included an exercise that covers all the most common template tags and filters, complete with example implementations.

In the next chapter, we will take a closer look at the Django admin.