JSPL / Express integration example...

Here is few example created with JSP Like.

Include a variable

Code:

< %\= title %>

Output:

<%= title %>


File include

Code:

< %@ include file="people" %>

Output:

<%@ include file="people" %>

Now you should look at the content of views/people.html and router/index.js..