Sha256: f79b1b29eac2c5e63344be81cc7ca4cfc969f8d41da98b9449bff01d3b7cbf41

Contents?: true

Size: 714 Bytes

Versions: 7

Compression:

Stored size: 714 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8" />
  <title>{{site_name}}</title>
  <link rel="stylesheet" href="/stylesheets/screen.css" type="text/css" />
	<!--[if IE]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->
</head>

<body>
  <div id="container">
    <div id="header">
      <h1><a href="{{site_url}}">{{site_name}}</a></h1>
    </div>

    <div id="content">
      {{& content}}
    </div>

    <div id="footer" class="meta">
      Powered by <a href="http://gitwrite.com" class="image-link"><img src="/images/logo.png" width="100"/></a> &#182; Theme inspired by <a href="http://www.tumblr.com/theme/325">langer</a>
    </div>
  </div>
</body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
howl-0.6.0 test/integration_site/templates/site.html
howl-0.5.5 test/integration_site/templates/site.html
howl-0.5.4 test/integration_site/templates/site.html
howl-0.5.3 test/integration_site/templates/site.html
howl-0.5.2 test/integration_site/templates/site.html
howl-0.5.1 test/integration_site/templates/site.html
howl-0.5.0 test/integration_site/templates/site.html