Sha256: ce5fe62b771134ba8a02b1251175884b6f693db23140d06a6f8200a059d2c688
Contents?: true
Size: 228 Bytes
Versions: 29
Compression:
Stored size: 228 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>erb_layout_needing_content</title> </head> <body> <p>Foo content is: <%= yield :foo %></p> <p>Main content is: <%= yield %></p> <p>Bar content is: <%= yield :bar %></p> </body> </html>
Version data entries
29 entries across 29 versions & 1 rubygems