{{#if items.travelcms2:banner}}
<div class="banner-container">
    {{#if items.travelcms2:link}}<a href="{{linkcontext items.travelcms2:link}}">{{/if}}<img
            src="{{imagevariant items.travelcms2:banner.link.url '' 'ebucks'}}" alt="" width="900px">{{#if items.travelcms2:link}}</a>{{/if}}
</div>
{{/if}}
<ul class="bread-crumb-container">
    <li>You are here</li>
    <li><a href="/web/eBucks/earn/">Earn</a></li>
    <li><a href="/web/eBucks/earn/earn-from-the-bank-{{get-year items.travelcms2:effectiveDate}}.jsp">Earn from the bank</a></li>
    <li>{{items.travelcms2:name}} Accounts<strong style="color:#ff9a15;"> (effective from
            {{pretty-date items.travelcms2:effectiveDate}})</strong></li>
</ul>

<h1 id="overview"><strong>{{items.travelcms2:overview}}</strong></h1>

<div class="main-right-content partner fnb-product2">
    <br class="clearBoth">
    {{#each items.travelcms2:section}}
    <h2 class="expander-area" data-gtm="{{this.items.travelcms2:heading}}">
        {{this.items.travelcms2:heading}}
    </h2>
    <div class="expandSection">
        {{{htmllinks this.items.travelcms2:content.content this.items.travelcms2:content.links}}}
    </div>
    {{/each}}
</div>