Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1. {% handlebars news-item %}
  2. <section class='news-item'>
  3.    <header><h2>{{ view.content.title }}</h2></header>
  4.    {{{ view.content.content }}}
  5. </section>
  6. {% endhandlebars %}
  7.  
  8. <script type='text/javascript'>
  9.    HiNRG.NewsItemView = Ember.View.extend({
  10.       templateName: 'news-item',
  11.    });
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement