Sha256: 0f5d853a45e204cd3ea16204389d22902aec7c82785261d8885fa48871624ca6
Contents?: true
Size: 494 Bytes
Versions: 9
Compression:
Stored size: 494 Bytes
Contents
{%- if node.title -%} <header> <h1>{{ node.title }}</h1> {% if node.subtitle %}<p class="subtitle">{{ node.subtitle }}</p>{% endif %} {%- if node.authors.size > 0 -%} {%- for author in node.authors -%} <p class="author">{{ author.name }}</p> {%- endfor -%} {%- endif -%} </header> {%- endif -%} {% if node.attributes.toc %} <nav class="toc"> <h1>{{ node.attributes.toc-title }}</h1> {{ node.outline }} </nav> {% endif %} {{ node.content }}
Version data entries
9 entries across 9 versions & 1 rubygems