Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. createTemplate my-template new-module
  2.  
  3. /new-module
  4. /new-module.html
  5. /new-module.css
  6.  
  7. <html>
  8. <body>
  9. <div>This is the <b>${NAME}</b> template</div>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement