Previous Page Next Page

Summary

In this hour, you learned how to configure Django to allow you to use HTML templates. You learned how to create template files and use them to enhance your views. You also learned how to create base templates that will reduce the amount of HTML code that is needed in your view templates. You also learned how to create templates for specific tasks and embed them into your view templates using the include tag.

Previous Page Next Page