Hello @frenchomatic
i have called script in function.php file.
Here is the Code :
add_action(‘amp_post_template_header’,’awts_amp_my_custom_head’);
function awts_amp_my_custom_head($amp_template) {
?>
<?php wp_enqueue_script(“amp_cur”, get_stylesheet_directory_uri().”/amp/amp-carousel-0.1.js”)?>
<?php
}