Sha256: a8cf66a3b0354f00b311337497bf6b6072208146645a3f6eb627561a8e0f7d5b

Contents?: true

Size: 429 Bytes

Versions: 8

Compression:

Stored size: 429 Bytes

Contents

title:
  type: string
  description: The title to put in the browser's title bar.
  required: false

content:
  type: string
  description: The content from the page template.
  required: true
---
<!doctype html>
<html>
  <head>
    <title>{{ title }}</title>
    <link rel="stylesheet" href="/themes/Your%20Theme/styles.css" />
  </head>

  <body>
    <section id="content">
      {{ content }}
    </section>
  </body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
noumenon-0.1.7 generators/theme/layouts/default.nou.html
noumenon-0.1.6 generators/theme/layouts/default.nou.html
noumenon-0.1.5 generators/theme/layouts/default.nou.html
noumenon-0.1.4 generators/theme/layouts/default.nou.html
noumenon-0.1.3 generators/theme/layouts/default.nou.html
noumenon-0.1.2 generators/theme/layouts/default.nou.html
noumenon-0.1.1 generators/theme/layouts/default.nou.html
noumenon-0.1.0 generators/theme/layouts/default.nou.html