Sha256: 6c24da1ef7e790964553aa60b0f8e07efdec7fec458c9d5c30cfdeefe7f9ea2b
Contents?: true
Size: 421 Bytes
Versions: 18
Compression:
Stored size: 421 Bytes
Contents
<!DOCTYPE html> <html> <head> <!-- We can access the `landable` helper in a layout --> <%= landable.meta_tags %> <!-- We can access the `current_page helper` in a layout --> <title>Home: <%= current_page.title %></title> <!-- Without a title, the decorator just omits the tag --> <% current_page.title = nil %> <%= landable.title %> </head> <body> <%= yield %> </body> </html>
Version data entries
18 entries across 18 versions & 1 rubygems