Sha256: e00d22764f99fe20f67066ae24333a558a574abc22f6241b7135772e9f86b7ff

Contents?: true

Size: 328 Bytes

Versions: 17

Compression:

Stored size: 328 Bytes

Contents

- content_for :demo do
  h1 This is content yielded from a content_for

.demo= yield_content :demo

- content_for :demo2 do |fname, lname|
  h1 This is content yielded with name #{fname + " " + lname}

.demo2= yield_content :demo2, "Johnny", "Smith"

.demo_has_content= content_for?(:demo)
.fake_has_content= content_for?(:fake)

Version data entries

17 entries across 17 versions & 2 rubygems

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