Previous Page Next Page

Summary

In this hour, you learned how to apply filters to variables in templates to alter the rendered output. You learned how to format text, dates, and times. You also learned how to manipulate lists, create lists on-the-fly, and randomly select items in a list from within the template using list filters. This hour also covered using the dictsort filter to filter sort lists of dictionaries before rendering them to the HTTP response.

Previous Page Next Page