Sha256: 38ec5bc19a5eaee70d4dbe212631ff15b02d31e222c8562302668ab50f5df86b
Contents?: true
Size: 745 Bytes
Versions: 7
Compression:
Stored size: 745 Bytes
Contents
<section class="panel {{ include.type }} {{ include.style.size }} {{ include.style.text.position | default: 'right' }} {{ include.style.background.color }}" id="{{ include.id | default: include.type }}"> {% if include.type=="banner" %} {% include panel_banner.html header=include.header content=include.content style=include.style %} {% elsif include.type=="contact" %} {% include panel_contact.html header=include.header content=include.content style=include.style %} {% elsif include.type=="spotlight" %} {% include panel_spotlight.html header=include.header content=include.content style=include.style %} {% else %} {% include panel_generic.html header=include.header content=include.content style=include.style %} {% endif %} </section>
Version data entries
7 entries across 7 versions & 1 rubygems