[Answer]-Django unable to understand template html format

1👍

Is it a scripting tag just like jsp or something else

Yes.

If it is a scripting that what kind of script is it ?

Django Template language

because normally html files starts with <head> tag.

It’s not HTML. It’s a template language that render and outputs HTML.

I’d suggest you go through the Django tutorial.

Leave a comment