Sha256: 1236e9cbe2881ce42a5ad6034a60a8f878b6ff759ed366a6159f64040bffbdfc

Contents?: true

Size: 406 Bytes

Versions: 10

Compression:

Stored size: 406 Bytes

Contents

doctype :html4_strict

html do

  head do
    title @title
    script :src => '/javascript/jquery-1.2.6.min.js', :type => 'text/javascript'
    script :src => '/javascript/site.js', :type => 'text/javascript'
    link :href => '/css/site.css', :rel => 'stylesheet', :type => 'text/css'
  end

  body do
    h1 { a 'I Am Blog!', :href => '/entries' }
    div.main do
      layout_content
    end
  end

end

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
dyoder-waves-0.8.0 samples/blog/templates/layouts/default.mab
waves-edge-2009.03.10.13.14 samples/blog/templates/layouts/default.mab
waves-stable-2009.3.10 samples/blog/templates/layouts/default.mab
waves-0.9.3 samples/blog/templates/layouts/default.mab
waves-0.9.2 samples/blog/templates/layouts/default.mab
waves-0.9.1 samples/blog/templates/layouts/default.mab
waves-0.9.0 samples/blog/templates/layouts/default.mab
waves-0.8.0 samples/blog/templates/layouts/default.mab
waves-0.8.1 samples/blog/templates/layouts/default.mab
waves-0.8.2 samples/blog/templates/layouts/default.mab