<!-- my_template.html --> <script> var jsonData = {{ json_data|safe }}; // Now you can work with jsonData using JavaScript </script>