Sha256: c0cf32a77efb8ed58531e20f8742d68bafe0a4def9c025813158b640b806a68a

Contents?: true

Size: 672 Bytes

Versions: 12

Compression:

Stored size: 672 Bytes

Contents

{% if include.type == 'start' %}
{% assign classes = include.class | split: " " %}
<aside class="box{% for class in classes %} box-{{ class }}{% endfor %}"{% if include.id %} id="{{include.id}}"{% endif %}>
  {%- if include.title -%}
  <header class="box-h {% for class in classes %} box-h-{{ class }}{% endfor %}{% if include.icon %} box-h-icon{% endif %}">{% if include.icon %} {% include_cached icon.html name=include.icon %}{% endif %}{% if include.h %} <h{{include.h}}>{% endif %} {{ include.title}}{% if include.h %} </h{{include.h}}>{% endif %}</header>
  {%- endif -%}
  <div class="box-i">
{% endif %}
{% if  include.type == 'end' %}
  </div>
</aside>
{% endif %}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wai-website-theme-1.6 _includes/box.html
wai-website-theme-1.5.6 _includes/box.html
wai-website-theme-1.5.5 _includes/box.html
wai-website-theme-1.5.2 _includes/box.html
wai-website-theme-1.5.1 _includes/box.html
wai-website-theme-1.5 _includes/box.html
wai-website-theme-1.4.5 _includes/box.html
wai-website-theme-1.4.1 _includes/box.html
wai-website-theme-1.4 _includes/box.html
wai-website-theme-1.3.1 _includes/box.html
wai-website-theme-1.3 _includes/box.html
wai-website-theme-1.2 _includes/box.html