Sha256: e9c6dcfe63bfdaf1c1d7ace656cb42c6c6de32b799887ddf302b9732bb9152fd
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 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"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
padrino-helpers-0.10.2 | test/fixtures/markup_app/views/content_for.slim |