Dapatkan variabel template dalam kode javascript

<script type="text/javascript"> 
   var a = "{{someDjangoVariable}}";
</script>
Mushy Mockingbird