1 2 3 4 5 6 7 8 9 10 11 12
<script type="text/html" id="{{ templateId }}"> <div id="{{ mountElementId }}"> <h1>If you're seeing this, instrument didn't load.</h1> </div> </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 }}" />