Sha256: 4cee005847493062e94f318e2789c2eee92d49662771732697e2df7c7088591c

Contents?: true

Size: 945 Bytes

Versions: 1

Compression:

Stored size: 945 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <meta name="author" content="<%= authors.join(', ') %>" />
    <meta name="subject" content="<%= subject %>" />
    <meta name="keywords" content="<%= keywords %>" />
    <meta name="date" content="<%= published_at %>" />
    <link rel="stylesheet" type="text/css" href="assets/styles/html.css"/>
    <title><%= title %></title>
  </head>
  <body>
    <div class="frontcover">
      <h1><%= title %></h1>
      <p class="subject"><%= subject %></p>
      <p class="authors"><%= authors.to_sentence %></p>
    </div>

    <div class="table-of-contents">
      <h2>Content</h2>
      <div id="toc">
        <%= toc %>
      </div>
    </div>

    <div id="chapters">
      <%= content %>
    </div>

    <div class="imprint">
    </div>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookshelf-1.2.4 templates/layout.erb