i created a db in django and added 3 students data in it. after i added the table in html im getting the display like this,
If you want to display a variable in the html template, you need to send the parameters as a dictionary from views.py to the html template
Inside the template, if you need to display the variable passed in the html you need to reference the dictionary key inside {{ }} double curly braces.
Kindly check your code if this methods are followed properly
Thank you so much @parameshwar actually i used single curly braces instead of double.