template.html
views.py
 

<!DOCTYPE html>
<html>
<body>

{{ fruits|add:vegetables }}

<p>In views.py you can see what the fruits
and vegetables variables look like.</p>

</body>
</html>        
127.0.0.1:8000/members/testing