Sha256: e0f2c5be6c3fbeee03f2566bdc4840b4a996d7389a27a21bb9fc2f6938c75b11

Contents?: true

Size: 776 Bytes

Versions: 19

Compression:

Stored size: 776 Bytes

Contents

%h1{ :foo => "headline", :bar=>"doo",:baz =>    "doo", :'data-provider'=>"fpp" }
  Hello <> World
  %img{ :src => "/images/foobar.png", :alt => "#{@project_title}" }
  %img{ :src => "/images/foobar.png", :alt => @project_title }
%h2{ :a => "b" }
  adfdf
%h3= "#{@project_title} - 123"
%img{ :src => "/images/foobar.png", :alt => "#{ @project_title }" }
- a = 0
- if 1 == 1
  %section.content
    %ul
      - for item in @items
        %li
          - if item == @items[0]
            .first.text
              = item
            %h1
              foo
          - else
            .text
              = item + 'a'
            .text
              = item + 'b'
            %h1
              Hello
          - if item == @items[1]
            foo
          - else
            bar

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ela-4.1.6 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-4.1.5 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-4.1.4 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-4.1.3 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-4.1.2 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-4.1.1 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-4.1.0 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-4.0.0 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-3.4.3 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-3.4.2 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-3.4.0 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-3.3.1 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-3.3.0 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-3.2.0 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-3.1.1 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-3.1.0 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-3.0.0 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-2.0.0 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml
ela-1.1.0 node_modules/haml-coffee/spec/suites/templates/coffee/complex.haml