test

Haml code posted by murphy
created at 23 Mar 20:54

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
!!!5
%html
  %head
    %meta{ :charset => 'utf-8' }
    %title CodeRay
    = stylesheet_link_tag 'application'
    = javascript_include_tag 'application'
    = csrf_meta_tag
    %link{ :rel => 'icon', :type => 'image/png', :href => '/images/coderay_favicon.png' }
  %body
    #header
      = render 'layouts/menu'
    #main
      .content
        - unless flash.empty?
          #flash
            - for key, value in flash
              %div{ :class => key }= value
        = yield
    #footer
      = footer_versions
      
546 Bytes in 2 ms with coderay