Sha256: 30204d05e9397915e93bbe294b383f09ea749041d212a966898f5a690488103b
Contents?: true
Size: 599 Bytes
Versions: 13
Compression:
Stored size: 599 Bytes
Contents
--- layout: default --- {%- assign collection = site.collections | where: "label", page.collection | first -%} {%- assign panels = collection.docs | where: "lang", page.lang | where: "lang-ref", page.lang-ref | sort: 'index' -%} {%- for item in panels -%} {%- if item.type=="banner" or item.type=="contact" or item.type=="generic" or item.type=="spotlight" or item.type=="map" -%} {% include panel.html type=item.type id=item.panel-id header=item.header style=item.style data=item.data content=item.content %} {%- else -%} {{ item.content }} {%- endif -%} {%- endfor -%}
Version data entries
13 entries across 13 versions & 1 rubygems