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