Lucas Lilja

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Lucas Lilja created a post, Inspection on injections
I have javascript templates for html and javascript bundled together like this:/*TEMPLATE<div> <% if(test === true) { %> <p>It is OK</p> <% } else { %> <p>It is not OK</p> <% }...