Sha256: b99171bd3d342d7f6b891187f78820cd447806a169024b292be3616aa03edaad
Contents?: true
Size: 278 Bytes
Versions: 9
Compression:
Stored size: 278 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= manageable_layout_content_for :blog_title %></title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <h1>Blog Layout</h1> <%= yield %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems