Sha256: fd6950efa7e811fabafbffdb17016b03919fb0fc48713da57e0bdc893bc38669
Contents?: true
Size: 294 Bytes
Versions: 32
Compression:
Stored size: 294 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Blog</title> <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> <%= javascript_include_tag "application", "data-turbolinks-track" => true %> <%= csrf_meta_tags %> </head> <body> <%= yield %> </body> </html>
Version data entries
32 entries across 32 versions & 2 rubygems