Sha256: a7e01c19cf3fde91ffacf107fde63a5efdc7653b33c8c557ac922bfa8af18fff

Contents?: true

Size: 345 Bytes

Versions: 9

Compression:

Stored size: 345 Bytes

Contents

!!!
%html
  %head
    %title #{@title}
    %meta(charset="UTF-8")
    %link{ :rel => "stylesheet", :href => u('reset.css') }
    %link{ :rel => "stylesheet", :href => u('style.css') }
    %script{ :type => "text/javascript", :src => u('jquery-1.4.2.min.js') }
  %body
    .header
      %h1= @title

    #main
      = yield

    #footer
      %p

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tmin-0.1.0 views/layout.haml
tmin-0.0.9 views/layout.haml
tmin-0.0.8 views/layout.haml
tmin-0.0.7 views/layout.haml
tmin-0.0.6 views/layout.haml
tmin-0.0.5 views/layout.haml
tmin-0.0.4 views/layout.haml
tmin-0.0.3 views/layout.haml
tmin-0.0.2 views/layout.haml