Sha256: ac014b02a9f99726b1011b411e4c15f362a834c4b6854ff22f11e4babd7dcae3

Contents?: true

Size: 875 Bytes

Versions: 4

Compression:

Stored size: 875 Bytes

Contents

<div class="field__item">
  <div class="background-white pb-4 pt-4 px-4 text-add-box-shadow paragraph paragraph--type--basic-text paragraph--view-mode--default">
    <div class="clearfix text-formatted field field--name-field-body field--type-text-long field--label-hidden field__items">
      <div class="included-item">
        <h4 class="highlighted-heading text-align-center">
          {{ include.item.title }}
        </h4>

        <p class="paragraph-small text-align-center">
          {{ include.item.description }}
        </p>

        {% if include.item.clickthrough_url %}
        <p class="paragraph-brand-color text-align-center">
          <a class="more-link-colored"
            href="{{ include.item.clickthrough_url }}">{{ include.item.clickthrough_text }}</a>
        </p>
        {% endif %}
      </div>
    </div>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vliz-be-theme-0.4.4 _includes/item/list/carrousel/block/item.html
vliz-be-theme-0.4.3 _includes/item/list/carrousel/block/item.html
vliz-be-theme-0.4.1 _includes/item/list/carrousel/block/item.html
vliz-be-theme-0.4.0 _includes/item/list/carrousel/block/item.html