Sha256: 0673e4cf9cb6aa8392dd95dd0689a339f56f6ceeba8b3e7ce138295be4c6aeaa
Contents?: true
Size: 292 Bytes
Versions: 19
Compression:
Stored size: 292 Bytes
Contents
{% for item in include.loop %} {% if item.input %} {% assign RollerLabel = item.input | replace : ' ','-' | downcase %} {% endif %} {% if item.output %} <li class="item roller output {{ RollerLabel | prepend : 'title-' }}"> {{ item.output }} </li> {% endif %} {% endfor %}
Version data entries
19 entries across 19 versions & 1 rubygems