Sha256: 37f3d488d128a8911dd1f1885c55336126345c063d3e556023b4329e602028a9

Contents?: true

Size: 461 Bytes

Versions: 6

Compression:

Stored size: 461 Bytes

Contents

!!! XHTML
%html
  %head
    %meta{'http-equiv' => 'Content-Type', :content => 'text/html', :charset => 'UTF-8'}
    %link{:rel => 'stylesheet', :href => "#{app_root}/main.css", :type => 'text/css'}
    != yield_content :html_head
  %body
    %div#content
      != yield
      %hr
      %div#footer
        source code : 
        - src_url = 'https://github.com/shokai/sinatra-multi-screen'
        %a{:href => src_url} #{src_url}
    != yield_content :html_foot

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sinatra-multi-screen-0.0.6 sample/views/layout.haml
sinatra-multi-screen-0.0.5 sample/views/layout.haml
sinatra-multi-screen-0.0.4 sample/views/layout.haml
sinatra-multi-screen-0.0.3 sample/views/layout.haml
sinatra-multi-screen-0.0.2 sample/views/layout.haml
sinatra-multi-screen-0.0.1 sample/views/layout.haml