README
metal-mustache
A mustache template renderer to be used with Metal.js's Component class.
Note: You need to include Mustache separately for it to work.
A handlebars template renderer to be used with Metal.js's Component class
<script type="module">
import metalHandlebars from 'https://cdn.skypack.dev/metal-handlebars';
</script>
A mustache template renderer to be used with Metal.js's Component class.
Note: You need to include Mustache separately for it to work.