Template tags and filters
摘要
This segment covers Django’s main template tags for looping over data, using inheritance to avoid duplication, and if/else to show conditional contents. It also discusses some useful template tags, for showing HTML tags, showing Boolean data and correct pluralization.