<div class="checkout-title">
    <h3 class="checkout-title__title">
        {{title}}
    </h3>
    {{#if items-count}}
        <div class="checkout-title__items">
            {{items-count}} items
        </div>
    {{/if}}
</div>
