npm install string-templateyarn add string-templatepnpm add string-template<script src="https://fastly.jsdelivr.net/npm/string-template"></script><script src="https://unpkg.com/string-template"></script><script type="module">
import stringtemplate from 'https://cdn.jsdelivr.net/npm/string-template/+esm';
</script><script type="module">
import stringtemplate from 'https://cdn.skypack.dev/string-template';
</script>