Sha256: 8852661c1da4f29e0ba9c86bb30724bfd860d8e27a39212655772af2ab3007fc

Contents?: true

Size: 629 Bytes

Versions: 12

Compression:

Stored size: 629 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 %}>
  <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>
  <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-0.1.6 _includes/box.html
wai-website-theme-0.1.5 _includes/box.html
wai-website-theme-0.1.4 _includes/box.html
wai-website-theme-0.1.3.1 _includes/box.html
wai-website-theme-0.1.3 _includes/box.html
wai-website-theme-0.1.2.7 _includes/box.html
wai-website-theme-0.1.2.6 _includes/box.html
wai-website-theme-0.1.2.5 _includes/box.html
wai-website-theme-0.1.2.1 _includes/box.html
wai-website-theme-0.1.2 _includes/box.html
wai-website-theme-0.1.1 _includes/box.html
wai-website-theme-0.1.0 _includes/box.html