Django Python Variable dans HTML

<script type="text/javascript"> 
   var list = "{{djangoVariable}}"
</script>
MitchAloha