Open
Description
I found a bug on
<div data-content="comments" data-format="nestedTemplateFormatter" data-format-options='{"template":"assets/templates/comment_nested_template.html"}' ></div>
This doesn't work,
However there's a workaround via inline script
<div data-content="comments" data-format="nestedTemplateFormatter" data-format-options='{"template":"#comment_nested_template"}' ></div>
Note: I'm sure the link is correct because this one loads properly:
$('#posts').loadTemplate("assets/templates/post.html",{ },{});
there must be a problem on
handleTemplateLoadingSuccess function