Sha256: 0f12802d76ca948aa4fd07f20dfc47db0cc901584dc978c8a621eaa7eeb54ea6
Contents?: true
Size: 429 Bytes
Versions: 9
Compression:
Stored size: 429 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= manageable_layout_content_for :title %> <%= manageable_content_for :title %></title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <h1>Application Layout</h1> <div id="keywords"><%= manageable_layout_content_for :keywords %> <%= manageable_content_for :keywords %></div> <%= yield %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems