Hello, _Highcharts_ are rendered appending a `script` tag just before the chart container, like this: ```html <script>/* highchart data */</script> <div id="my-highchart"></div> ``` How can I specify the `script` tag position on my layout? My goal is to move all the _highcharts_ scripts to the bottom, before closing the body. Thank you.