1 2 3 4 5 6 7 8 9 10
<script type="text/html" id="{{ templateId }}"> <div id="{{ mountElementId }}" /> </script> {{#imports}} <script type="text/html" import-async="false" import-script="{{ this }}"></script> {{/imports}} <script type="text/html" import-async="false" import-script="{{ instrumentPath }}"></script> <link rel="stylesheet" href="{{ cssPath }}" />