Sha256: 93bf47cfe2c64b24dc6da2cc764b8cb8dfd8b4967f735695555da20634a8e457

Contents?: true

Size: 171 Bytes

Versions: 5

Compression:

Stored size: 171 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>
  <%= @item[:title] %>
  </title>
</head>

<body>

  <%= @item[:intro] %>
  <%= @item[:parents] %>
  <%= yield %>

</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nanoc-conref-fs-0.2.1 test/fixtures/layouts/default.html
nanoc-conref-fs-0.2.0 test/fixtures/layouts/default.html
nanoc-conref-fs-0.1.1 test/fixtures/layouts/default.html
nanoc-conref-fs-0.1.0 test/fixtures/layouts/default.html
nanoc-conref-fs-0.0.1 test/fixtures/layouts/default.html