You can add compiled template in your HTML page using __________.
Select the correct option from below
a) <template url=”path/to/templatesCompiled.js”></template>
b) <script src=”path/to/templatesCompiled.js”></script>
c) <template src=”path/to/templatesCompiled.js”></template>
d) <script url=”path/to/templatesCompiled.js”></script>