Sha256: 32a38e1842a2b2118963fed7179e530b18371dd1f40e36d44ac459105534dc31

Contents?: true

Size: 526 Bytes

Versions: 14

Compression:

Stored size: 526 Bytes

Contents

{%- if include.type == 'start' -%}
  <details{%if include.id%} id="{{include.id}}"{% endif %} {%if include.open == "true" %}open{% endif %}><summary markdown="block">
{%- endif -%}
{%- if include.type == 'middle' -%}
  </summary>
  <div markdown="block"{%-if include.dir %} dir="{{include.dir}}"{%- endif -%}{%-if include.lang %} lang="{{include.lang}}"{%- endif -%}>
{%- endif -%}
{%- if include.type == 'end' -%}
  </div>
</details>
{%- endif -%}
{%- if include.type == 'all' -%}
<div class="excol-all"></div>
{%- endif -%}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
wai-website-theme-1.9.2 _includes/excol.html
wai-website-theme-1.9.pre _includes/excol.html
wai-website-theme-1.7 _includes/excol.html
wai-website-theme-1.6 _includes/excol.html
wai-website-theme-1.5.6 _includes/excol.html
wai-website-theme-1.5.5 _includes/excol.html
wai-website-theme-1.5.2 _includes/excol.html
wai-website-theme-1.5.1 _includes/excol.html
wai-website-theme-1.5 _includes/excol.html
wai-website-theme-1.4.5 _includes/excol.html
wai-website-theme-1.4.1 _includes/excol.html
wai-website-theme-1.4 _includes/excol.html
wai-website-theme-1.3.1 _includes/excol.html
wai-website-theme-1.3 _includes/excol.html