Sha256: 15dea81e0f4de133e3fce769b59ed5dc0561cd77d67b1c7efbdbe72a98e48187

Contents?: true

Size: 406 Bytes

Versions: 5

Compression:

Stored size: 406 Bytes

Contents

<!doctype html>
<html>
  <head>
    <title><%= @page.name %></title>
    <meta name="description" content="<%= @page.meta_description %>">
    <%= stylesheet_link_tag *%w[
      application
    ] %>
    <%= javascript_include_tag *%w[
      application
    ] %>
  </head>
  <body class="layout-default">
    <section id="main" role="main">
      <%= container "content" %>
    </section>
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
slices-2.0.2 lib/generators/slices/templates/application.html.erb
slices-2.0.1 lib/generators/slices/templates/application.html.erb
slices-2.0.0 lib/generators/slices/templates/application.html.erb
slices-1.0.5 lib/generators/slices/templates/application.html.erb
slices-1.0.4 lib/generators/slices/templates/application.html.erb