Sha256: da6c3d90066561997f762647b7bbffb14e3064008f78f7ba112d89ffe869727a

Contents?: true

Size: 582 Bytes

Versions: 9

Compression:

Stored size: 582 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <%# This file is rendered on the server and does not uses erb instead of Volt's normal template system.  You can add to it, but keep in mind the template language difference. It handles auto-loading all JS/Opal and Css %>
    <% javascript_files.each do |javascript_file| %>
      <script src="<%= javascript_file %>"></script>
    <% end %>

    <% css_files.each do |css_file| %>
      <link href="<%= css_file %>" media="all" rel="stylesheet" type="text/css" />
    <% end %>
  </head>
  <body>

  </body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
volt-0.9.3.pre3 templates/project/config/base/index.html
volt-0.9.3.pre2 templates/project/config/base/index.html
volt-0.9.3.pre1 templates/project/config/base/index.html
volt-0.9.2 templates/project/config/base/index.html
volt-0.9.1 templates/project/config/base/index.html
volt-0.9.1.pre5 templates/project/config/base/index.html
volt-0.9.1.pre4 templates/project/config/base/index.html
volt-0.9.1.pre3 templates/project/config/base/index.html
volt-0.9.1.pre2 templates/project/config/base/index.html