Book Image

Django 1.0 Template Development

Book Image

Django 1.0 Template Development

Overview of this book

Table of Contents (17 chapters)
Django 1.0 Template Development
Credits
About the Author
About the Reviewers
Preface
Index

Summary


This was a very long chapter, but should serve as an important reference as you begin using the built-in tags and filters in your templates. We reviewed all the tags and filters that come with Django and explored an example of the usage and syntax for each.

In the next chapter, we'll look at how to load and inherit templates in your application.