Hi. How to use "include", is it possible?
<% include test %>
SyntaxError: Unexpected identifier
<%- include ('test') %>
ReferenceError: include is not defined
You would have to use a loader which supports that :)
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.