Sha256: b9c585e53db75c4c2d2b086973d4b61f21f2e303054be5d54e5599534606e8ed
Contents?: true
Size: 681 Bytes
Versions: 4
Compression:
Stored size: 681 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= page.title %></title> <link rel='stylesheet' href='/core/css/reset.css' type='text/css'> <link rel='stylesheet' href='/css/main.css' type='text/css'> <meta name='description' content='<%= first_non_blank_response_to(:description) %>'> <meta name='keywords' content='<%= first_non_blank_response_to(:keywords) %>'> <%= first_non_blank_response_to(:custom_meta_tags) %> <script src='/core/js/jquery.min.js'></script> <script src='/core/js/json2.js'></script> <script src='/core/js/yodel_jquery.js'></script> <script src='/js/main.js'></script> </head> <body> <%= content %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems