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