Sha256: 16c6a6c120b9386e0e85b47d13418c69f88da0eea1e40a056396451f498d2d17

Contents?: true

Size: 559 Bytes

Versions: 1

Compression:

Stored size: 559 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <@html.css "application"/>
    <title>Vraptor Scaffold</title>
    ${head}
  </head>

  <body>
    ${body}
    <%
      jquery_file = File.join(destination_root, Configuration::WEB_APP, "javascripts", "jquery.min.js")
      if (File.exists?(jquery_file))
    %><@html.js "jquery.min"/>
    <% end %><@html.js "application"/>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vraptor-scaffold-1.3.0 lib/vraptor-scaffold/generators/app/templates/freemarker/main.ftl.erb