Sha256: 929040a4ff15c6270d23c182096039135d1916709b77349bd2cae04771e1521d

Contents?: true

Size: 466 Bytes

Versions: 38

Compression:

Stored size: 466 Bytes

Contents

<% content_for :demo do %>
  <h1>This is content yielded from a content_for</h1>
<% end %>

<div class='demo'><%= yield_content :demo %></div>

<% content_for :demo2 do |fname, lname| %>
  <h1>This is content yielded with name <%= fname + " " + lname %></h1>
<% end %>

<div class='demo2'><%= yield_content :demo2, "Johnny", "Smith" %></div>

<div class="demo_has_content"><%= content_for?(:demo).to_s %>
<div class="fake_has_content"><%= content_for?(:fake).to_s %>

Version data entries

38 entries across 38 versions & 3 rubygems

Version Path
middleman-core-3.2.2 lib/vendored-middleman-deps/padrino-helpers-0.11.4/test/fixtures/markup_app/views/content_for.erb
middleman-core-3.2.1 lib/vendored-middleman-deps/padrino-helpers-0.11.4/test/fixtures/markup_app/views/content_for.erb
middleman-core-3.2.0 lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/views/content_for.erb
middleman-core-3.1.6 lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/views/content_for.erb
padrino-helpers-0.11.4 test/fixtures/markup_app/views/content_for.erb
middleman-core-3.1.5 lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/views/content_for.erb
padrino-helpers-0.11.3 test/fixtures/markup_app/views/content_for.erb
middleman-core-3.1.4 lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/views/content_for.erb
middleman-core-3.1.3 lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/views/content_for.erb
middleman-core-3.1.2 lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/views/content_for.erb
middleman-core-3.1.1 lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/views/content_for.erb
middleman-core-3.1.0 lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/views/content_for.erb
middleman-core-3.1.0.rc.4 lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/views/content_for.erb
middleman-core-3.1.0.rc.3 lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/views/content_for.erb
middleman-core-3.1.0.rc.2 lib/vendored-middleman-deps/padrino-helpers-0.10.7/test/fixtures/markup_app/views/content_for.erb
padrino-helpers-0.11.2 test/fixtures/markup_app/views/content_for.erb
padrino-helpers-0.11.1 test/fixtures/markup_app/views/content_for.erb
padrino-helpers-0.11.0 test/fixtures/markup_app/views/content_for.erb
padrino-helpers-0.10.7 test/fixtures/markup_app/views/content_for.erb
middleman-core-3.0.0.beta.2 lib/middleman-core/vendor/padrino-helpers-0.10.6/test/fixtures/markup_app/views/content_for.erb