1. =========
    
  2. Templates
    
  3. =========
    
  4. 
    
  5. Django's template engine provides a powerful mini-language for defining the
    
  6. user-facing layer of your application, encouraging a clean separation of
    
  7. application and presentation logic. Templates can be maintained by anyone with
    
  8. an understanding of HTML; no knowledge of Python is required. For introductory
    
  9. material, see :doc:`/topics/templates` topic guide.
    
  10. 
    
  11. .. toctree::
    
  12.    :maxdepth: 2
    
  13. 
    
  14.    language
    
  15.    builtins
    
  16.    api
    
  17. 
    
  18. .. seealso::
    
  19. 
    
  20.     For information on writing your own custom tags and filters, see
    
  21.     :doc:`/howto/custom-template-tags`.
    
  22. 
    
  23.     To learn how to override templates in other Django applications, see
    
  24.     :doc:`/howto/overriding-templates`.