Sha256: 0cda80f98a2cd663eb5a6c5a01655bc8c3d09883c6b103d888875bbe425f4b90
Contents?: true
Size: 337 Bytes
Versions: 3
Compression:
Stored size: 337 Bytes
Contents
<?rb @title = 'Capture Test' ?> <html> <body> <?rb start_capture(:content_part) ?> <ul> <?rb for i in [0, 1, 2] ?> <li>i = #{i}</li> <?rb end ?> </ul> <?rb stop_capture() ?> <?rb start_capture('footer_part') ?> <div class="footer">copyright© 2007 kuwata-lab.com</div> <?rb stop_capture() ?> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tenjin-0.6.2 | test/data/users_guide/example9.rbhtml |
tenjin-0.6.0 | test/data/users_guide/example9.rbhtml |
tenjin-0.6.1 | test/data/users_guide/example9.rbhtml |