Sha256: 7c345a5e245fe5860917533a1cce2e144751f66faacce46472517b04a1dd0db6
Contents?: true
Size: 367 Bytes
Versions: 9
Compression:
Stored size: 367 Bytes
Contents
<dl class="dlist" {% if node.id %}id="{{ node.id }}"{% endif %}> {%- for item in node.items -%} {%- for term in item.terms -%} <dt>{{ term.text }}</dt> {%- endfor -%} {%- if item.description.text -%} <dd>{{ item.description.text }}</dd> {%- else -%} <dd>{{ item.description.content }}</dd> {%- endif -%} {%- endfor -%} </dl>
Version data entries
9 entries across 9 versions & 1 rubygems