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

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