Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. a(href= "<%= id %>", class='products') //underscore template in jade
  2.  
  3. <a href="<% id %>" class="products">
  4.  
  5. a.products(href!="<%= id %>")
  6.  
  7. <input type="text" value="<%- someValue %>">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement