Sha256: 708e07732e3a42aa59508769a02fdf2661e5f55300b1f74743b79dad92ec6e16
Contents?: true
Size: 661 Bytes
Versions: 1
Compression:
Stored size: 661 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> ${ fields } ${ boxes } %{ endblock :content } ${ scripts %w(/js/site) } </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spontaneous-0.2.0.beta1 | lib/spontaneous/generators/site/templates/layouts/standard.html.cut.tt |