framework/ember/app/templates/discussion-header.hbs

10 lines
155 B
Handlebars
Raw Normal View History

2014-12-20 14:26:46 +08:00
{{#if category}}
<h4>
<span {{bind-attr class=":category view.categoryClass"}}>{{category}}</span>
</h4>
{{/if}}
<h2>
{{title}}
</h2>