Sha256: ee06eb84e82b590d974af58d9f7e65ba4d6cdc7c1005520c3d5f3b450aa978fc
Contents?: true
Size: 269 Bytes
Versions: 82
Compression:
Stored size: 269 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <%= javascript_include_tag "application" %> <%= yield_content :head %> </head> <body class="<%= page_classes %>"> <div id="main" role="main"> <%= yield %> </div> </body> </html>
Version data entries
82 entries across 37 versions & 3 rubygems