Sha256: 17f9bd5f527c0ca9bfef0b13bc385c3ba545f0a92af9460609556c2e0aa11c84
Contents?: true
Size: 635 Bytes
Versions: 7
Compression:
Stored size: 635 Bytes
Contents
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>${ title } <%= @domain %></title> ${ stylesheets '/css/site' } </head> <body> %{ block :content } <h2>Welcome to <%= @domain %></h2> %{ endblock :content } ${ scripts %w(/js/site) } </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems