middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.10.7/test/fixtures/markup_app/views/capture_concat.haml

13 lines
235 B
Plaintext
Raw Normal View History

2013-05-19 22:53:37 +02:00
- @content = captured_content do
%span Captured Line 1
%span Captured Line 2
= @content
- concat_in_p('Concat Line 3')
- determine_block_is_template('haml') do
%span This is haml
%span This is haml
- ruby_not_template_block