@synaptic-simulations/mach
Version:
The last MSFS instrument bundler you'll ever need.
11 lines (8 loc) • 357 B
HTML
<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 }}" />