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

Version Path
asciibook-0.1.0 templates/dlist.html
asciibook-0.1.0.pre.beta templates/dlist.html
asciibook-0.0.5 templates/dlist.html
asciibook-0.0.4 templates/dlist.html
asciibook-0.0.3 templates/dlist.html
asciibook-0.0.2 templates/dlist.html
asciibook-0.0.2.beta2 templates/dlist.html
asciibook-0.0.2.beta1 templates/dlist.html
asciibook-0.0.1 templates/dlist.html