Sha256: adc35c474dbb4748e90fdf9492ae74115c6c0b90cf52022e1de9a6f62ca50fe7

Contents?: true

Size: 303 Bytes

Versions: 8

Compression:

Stored size: 303 Bytes

Contents

<% @content = captured_content do %>
  <span>Captured Line 1</span>
  <span>Captured Line 2</span>
<% end %>
<%= @content %>

<% concat_in_p('Concat Line 3') %>

<% determine_block_is_template('haml') do %>
  <span>This is erb</span>
  <span>This is erb</span>
<% end %>
  
<% ruby_not_template_block %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sinatra_more-0.1.7 test/fixtures/markup_app/views/capture_concat.erb
sinatra_more-0.1.6 test/fixtures/markup_app/views/capture_concat.erb
sinatra_more-0.1.5 test/fixtures/markup_app/views/capture_concat.erb
sinatra_more-0.1.4 test/fixtures/markup_app/views/capture_concat.erb
sinatra_more-0.1.3 test/fixtures/markup_app/views/capture_concat.erb
sinatra_more-0.1.2 test/fixtures/markup_app/views/capture_concat.erb
sinatra_more-0.1.1 test/fixtures/markup_app/views/capture_concat.erb
sinatra_more-0.1.0 test/fixtures/markup_app/views/capture_concat.erb