<div data-module="card" class="card-standard card-standard--my-ireland js-card-standard js-card-generic "> <a class="card-standard__anchor js-link" href="#"> <div class="card-standard__image-container"> <figure class="image js-image " data-module="imagelazy" data-is-small-image=""> <img class="image__lowres js-image-lazyload" data-object-fit data-src="" alt=""> <picture class="image__container"> <img class="js-image-lazyload js-fallback-image" data-object-fit data-src="" alt=""> </picture> </figure> </div> <p class="card-standard__page-type js-page-type"></p> <div class="card-standard__inner"> <div class="card-standard__details"> <h3 class="card-standard__title js-title"></h3> <p class="card-standard__subtitle js-subtitle"></p> </div> <p class="card-standard__location js-location-name"></p> </div> </a> </div>
<div data-module="card" class="card-standard card-standard--my-ireland js-card-standard js-card-generic {{#if isSmall}}card-standard--small{{/if}} {{#if locationName}}has-location{{/if}} {{#if tags}}has-tags{{/if}}" {{#if cardId}}data-card-id={{cardId}}{{/if}} {{#if location}}data-longitude="{{location.longitude}}" data-latitude="{{location.latitude}}"{{/if}}> <a class="card-standard__anchor js-link" href="{{#if link.url}}{{link.url}}{{else}}#{{/if}}"> {{#if webAppMode}} {{#if location}}{{> @cp-location-marker longitude=location.longitude latitude=location.latitude}}{{/if}} {{> @cp-like-button likeText}} {{/if}} <div class="card-standard__image-container"> {{> @cp-medium-image tags=null lowResolutionUrl=responsiveImage.lowResolutionUrl fallbackImageUrl=responsiveImage.fallbackImageUrl sources=responsiveImage.sources caption=responsiveImage.caption dynamicImage=dynamicImage forceLoad=responsiveImage.forceLoad}} </div> <p class="card-standard__page-type js-page-type">{{pageType}}</p> <div class="card-standard__inner"> <div class="card-standard__details"> {{#if tripInfo.text}} <div class="card-standard__trip-idea-info card-standard__trip-idea-info--{{tripInfo.travelMethod}}"> {{tripInfo.text}} </div> {{/if}} <h3 class="card-standard__title js-title">{{{title}}}</h3> <p class="card-standard__subtitle js-subtitle">{{{subtitle}}}</p> </div> <p class="card-standard__location js-location-name">{{locationName}}</p> {{#if tags}} <div class="card-standard__tags"> {{> @cp-hashtags tags }} </div> {{/if}} </div> </a> </div>
/* No context defined for this component. */

There are no notes for this item.