middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.10.7/test/fixtures/markup_app/views/content_tag.slim
2013-05-23 16:06:20 -07:00

10 lines
196 B
Plaintext

==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