0 votes
in Handlebars by
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>

1 Answer

0 votes
by
<script src=”path/to/templatesCompiled.js”></script>

Related questions

0 votes
asked Jul 2, 2022 in Handlebars by Robindeniel
0 votes
asked Jul 2, 2022 in Handlebars by Robindeniel
...