<div class="hero-like" data-module="heroLike"> <button class="hero-like__button js-module-like-button" data-card-id="" aria-label=" - Save this article"> <span class="like-button js-heart like-button-default "><span class="like-button__wave"></span></span> </button> <div class="hero-like__card-container js-card-container"> </div> </div>
<div class="hero-like" data-module="heroLike"> <button class="hero-like__button js-module-like-button" data-card-id="{{card.cardId}}" aria-label="{{buttonText}} - Save this article"> {{buttonText}} <span class="like-button js-heart like-button-default {{#if buttonText}}like-button--has-text{{/if}}"><span class="like-button__wave"></span></span> </button> <div class="hero-like__card-container js-card-container"> {{#if card.isFeatured}} {{> @cp-card-featured card}} {{else}} {{> @cp-card-standard card}} {{/if}} </div> </div>
/* No context defined for this component. */

There are no notes for this item.