0👍
✅
Per comments it is: Django Template language
https://docs.djangoproject.com/en/1.9/topics/templates/#the-django-template-language
1👍
As mentioned above it is Django template language (the stuff in curly braces) And because it is a template it is inside of HTML.
0👍
This is Django templating engine ( just like jinja in Flask). The stuffs under curly braces “{}” takes the values from views.py in app and present to html file.
- Getting Inverted image from Django html view
- How to annotate count filtered on datetime?
- How to implement postgresql replication in django?
Source:stackexchange.com