Sha256: 31f8e7f27d15bb8211b5bbd5bca5f11fcd4d896221d7406438d1562f0130a86c

Contents?: true

Size: 1.42 KB

Versions: 2

Compression:

Stored size: 1.42 KB

Contents

---
extension: html
filter:
  - erb
  - basepath
---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8" />
   <title>Webby :: <%= h(@page.title) %></title>
   <meta name="author" content="<%= h(@page.author) %>" />

   <link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print" />
   <link rel="stylesheet" href="/css/site.css" type="text/css" media="screen, projection" />

   <script type="text/javascript" src="/script/jquery.js"></script>
   <script type="text/javascript" src="/script/jquery.corner.js"></script>

   <%= @page.content_for_head %>
</head>
<body>

<div class="container">

   <div class="column span-17 prepend-4 append-3 first last" id="header">
      <ul
         ><li><%= link_to_page('Learn') %></li
         ><li><%= link_to_page('Communicate') %></a></li
      ></ul>
      <h1><a href="/">Webby</a></h1>
      <p>- ascii alchemy</p>
   </div>

   <div class="column span-17 prepend-4 append-3 last">
      <%= @content %>
   </div>

   <div class="column span-21 prepend-2 append-1 first last" id="footer">
     <hr />
     <p>This website was created with <a href="http://webby.rubyforge.org">Webby</a><br />
     Webby is released under the MIT license</p>
   </div>

</div>
</body>
</html>

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
TwP-webby-0.9.0 examples/webby/layouts/default.txt
webby-0.9.0 examples/webby/layouts/default.txt