我已经从以下把手模板创建了一个js文件:
<script id="profile-details-template" type="text/x-handlebars-template">
<h4>{{name}}</h4>
<p>{{{blurb}}}</p>
</script>
编译得很好。不幸的是,当我尝试将其加载到html文件中时。我收到以下错误:
Uncaught SyntaxError: Unexpected token (
尝试了许多模板,但总是得到相同的结果。