Sha256: cb591035cdf61142609d1f074178ebc87cfcb9caa8fa05036a646e4f95d85ec6

Contents?: true

Size: 897 Bytes

Versions: 3

Compression:

Stored size: 897 Bytes

Contents

{{> header.html}}
{{#config}}
<h2 class="subtitle">{{subtitle}}</h2>
{{/config}}
<nav class="toc">
  <ol class="front-matter">
    {{#front_matter}}
      <li class='chapter'><a href="{{relative_url}}">{{{title}}}</a>
        <ol>
        {{#sections}}
        <li class='section'><a href="{{relative_url}}">{{{title}}}</a></li>
        {{/sections}}
        </ol>
      </li>
    {{/front_matter}}
  </ol>
  <ol class="main-matter">
    {{#main_matter}}
      <li class='chapter'>
        <a href="{{relative_url}}">{{{title}}}</a>
        <ol>
        {{#sections}}
        <li class='section'><a href="{{relative_url}}">{{{title}}}</a></li>
        {{/sections}}
        </ol>
      </li>
    {{/main_matter}}
  </ol>
  <ol class="back-matter">
    {{#back_matter}}
      <li class='chapter'><a href="{{relative_url}}">{{{title}}}</a></li>
    {{/back_matter}}
  </ol>
</nav>
{{> footer.html}}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bookingit-0.5.0 templates/index.html.mustache
bookingit-0.4.1 templates/index.html.mustache
bookingit-0.4.0 templates/index.html.mustache