Wouldn't it be nice to have the ability to import external modules? Possible solution: ``` html <script mode='hoisted'> import * as R from 'ramda' import anotherTemplate from './anotherTemplate.js' </script> ```