Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (32.3k points)

What do Django templates mainly consist of?

1 Answer

0 votes
by (41.4k points)

Templates are mainly text files. They can create any text-based formats such as XML, CSV, HTML, etc. They mainly contain variables that get replaced with values, and they are evaluated with tags (% tag %) that control the logic of a particular templating file.

 

In order to pursue the art of programming in Python, you must sign up for Intellipaat’s Python Django Training and Certification Program.

 

Besides, our blog can be of great help for you to master the essential concepts of Python and Django.

 

Watch our below video tutorial to understand the basics of Django:

 

Browse Categories

...