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

13 lines
242 B
Plaintext
Raw Normal View History

2013-11-22 17:47:07 +01:00
- @content = captured_content do
%span Captured Line 1
%span Captured Line 2
= @content
2014-02-19 03:30:29 +01:00
= concat_in_p('Concat Line 3')
2013-11-22 17:47:07 +01:00
2014-02-19 03:30:29 +01:00
= concat_if_block_is_template('haml') do
2013-11-22 17:47:07 +01:00
%span This is haml
%span This is haml
2014-02-19 03:30:29 +01:00
= concat_ruby_not_template_block