Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <h1>{{likeThis}}</h1> // mustache
  2. <h1>{this.props.how}</h1>  // React/ JSX
  3. <h1>{{meToo}}</h1> // Angular 2
  4. <h1>{{andMe}}</h1> // Ember
  5. h1(thisWay) // Hypertext
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement