middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/views/content_tag.slim

9 lines
190 B
Plaintext
Raw Normal View History

2013-06-04 18:56:33 +02:00
=content_tag :p, "Test 1", :class => 'test', :id => "test1"
=content_tag :p, "Test 2"
=content_tag(:p, :class => 'test', :id => 'test3') do
span Test 3
=content_tag(:p) do
span Test 4