diff --git a/examples/two-loaders/template.html b/examples/two-loaders/template.html index ef62820..edb44d6 100644 --- a/examples/two-loaders/template.html +++ b/examples/two-loaders/template.html @@ -6,6 +6,6 @@ - <%- include(require('html!./partial.html'), {}); %> + <%= require('html!./partial.html') %> \ No newline at end of file