print the value of a variable in Python/Django? print the value of a variable in Python/Django? windows windows

print the value of a variable in Python/Django?


<html>{{ this_is_my_variable_that_is_passed_to_my_view }}</html>

the {{ allow variable access to the item which will call the items __unicode__ function if it exists otherwise it will call its __str__ function