summaryrefslogtreecommitdiffstats
path: root/tests/syntax-tests/source/Ruby Haml/test.html.haml
blob: 8ec3d80c03e5731c553608e2e6dd5f1e7a337a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%html
  %head
    %title Test Title
  %body
    %navigation
      = render :partial => "navigation_top"
    %h1= page.title
    %p
      Here is a point to emphasize:
        %strong.highlighted#search_item_found= item1.text
        %span{:class => "fancy", :id => "fancy1"}= item2.text
    .special= special.text
    %ol
      %li First
      %li Second