<div class="heading">

  <h1>{{this.title}}</h1>

  {{#if this.desc}}
    <p>{{this.desc}}</p>
  {{/if}}

</div>
