middleman/middleman-core/lib/vendored-middleman-deps/padrino-helpers-0.11.4/test/fixtures/markup_app/views/capture_concat.erb

15 lines
308 B
Plaintext
Raw Normal View History

2013-11-22 17:47:07 +01:00
<% @content = captured_content do %>
<span>Captured Line 1</span>
<span>Captured Line 2</span>
<% end %>
<%= @content %>
<% concat_in_p('Concat Line 3') %>
<% concat_if_block_is_template('erb') do %>
<span>This is erb</span>
<span>This is erb</span>
<% end %>
<% concat_ruby_not_template_block %>