shipshapecode/ember-3d-folding-panel

View on GitHub
addon/components/item-square/template.hbs

Summary

Maintainability
Test Coverage
<a>
    <span class="extra-content">
      {{yield}}
    </span>
  <h2>{{item.heading}}</h2>
  <p>{{item.subheading}}</p>
  <b>View More</b>
</a>