antonmedv/monkberry

load template with <script src="..."> ?

Salmakis opened this issue · 1 comments

it should really be possible to use something like this to load templates:

<script type="text/monkberry" id="navigation" src="navigation.monk"></script>

since im in our current environment where not able to use the "import Template from 'template.monk';" thing and actually we need to put all the monk template code into the main file :(

(or is it possible and i just missed it?)