Sha256: 8e45e23c6de37f2301d62805551b2e4405773caf3651241a4284c4500b75d7bb
Contents?: true
Size: 762 Bytes
Versions: 15
Compression:
Stored size: 762 Bytes
Contents
{%- if item.item -%} <div class="block screen-wrap"> {%- for item in item.item -%} {%- if item.header -%} {% assign loop = item.header %} {%- include {{ LoopScreen | append : 'row.liquid' }} type="top" -%} {%- elsif item.alert -%} {% assign loop = item.alert %} {%- include {{ LoopScreen | append : 'row.liquid' }} type="alert" -%} {%- elsif item.event -%} {% assign loop = item.event %} {%- include {{ LoopScreen | append : 'row.liquid' }} type="event" -%} {%- elsif item.retail -%} {% assign loop = item.retail %} {%- include {{ LoopScreen | append : 'row.liquid' }} type="retail" -%} {%- endif -%} {%- endfor -%} </div> {%- endif -%}
Version data entries
15 entries across 15 versions & 1 rubygems