/*jsl:import coherent-uncompressed.js*/ NIB.asset('<%=name%>.css'); NIB({ '<%=name%>': VIEW(NIB.asset('<%=name%>.html'), { /* Put your view structure here. */ ':root': coherent.View({ /* This is the container DOM element. */ }) }), 'owner': { view: '<%=name%>' } });