What does the Django templates contain?

Submitted 3 years, 5 months ago
Ticket #278
Views 220
Language/Framework Django
Priority Low
Status Closed

What does the Django templates contain?

Submitted on Nov 02, 20
add a comment

1 Answer

Verified

A template is a simple text file. It can create any text-based format like XML, CSV, HTML, etc. A template contains variables that get replaced with values when the template is evaluated and tags (%tag%) that controls the logic of the template.

Submitted 3 years, 5 months ago


Latest Blogs