middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.11.4/test/fixtures/markup_app/views/capture_concat.haml
2013-11-22 08:47:07 -08:00

13 lines
242 B
Plaintext

- @content = captured_content do
%span Captured Line 1
%span Captured Line 2
= @content
- concat_in_p('Concat Line 3')
- concat_if_block_is_template('haml') do
%span This is haml
%span This is haml
- concat_ruby_not_template_block