template.html
views.py
 

<!DOCTYPE html>
<html>
<body>

{% autoescape on %}
  <h1>{{ heading }}</h1>
{% endautoescape %}

<p>Check out views.py to see what the heading variable looks like.</p>

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