brand-text-box.hbs 177 Bytes
<div class="brand-text-box">
    <h4>{{productName}}</h4>
    <p>{{productDesc}}</p>
    <a href="{{url}}" target="_blank">
        <button>{{btnText}}</button>
    </a>
</div>