Sha256: 488fd63fb8da59d140f4df840782943d01a8c2283945af1400c486c7de08c0c9

Contents?: true

Size: 1.02 KB

Versions: 8

Compression:

Stored size: 1.02 KB

Contents

<!DOCTYPE html>
<%%= ie_html :class => 'no-js', :lang => :en do %>

  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <%%= csrf_meta_tag %>

    <title><%%= page_title "Default title" %></title>
    <meta name="description" content="<%%= yield :description %>">
    <meta name="author" content="<%%= yield :author %>">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <link rel="shortcut icon" href="/favicon.ico">
  </head>
  <body id="<%%= page_id %>">

    <div id="container">
      <header>
        <h1><%%= link_to_unless_current 'Welcome aboard!', root_path %></h1>
      </header>

      <div id="main">
        <%%= flash_messages %>

        <article class="article">
          <%%= yield %>
        </article>

        <aside>
          <%%= content_for?(:sidebar) ? yield(:sidebar) : render("shared/sidebar") %>
        </aside>

      </div>

      <footer>This application was generated with Playmo gem.</footer>
    </div>

  </body>
<%% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
playmo-0.1.2 recipes/templates/layout_recipe/application.html.erb
playmo-0.1.1 lib/playmo/recipes/templates/layout_recipe/application.html.erb
playmo-0.1.0 lib/playmo/recipes/templates/layout_recipe/application.html.erb
playmo-0.0.18 lib/playmo/recipes/templates/layout_recipe/application.html.erb
playmo-0.0.17 lib/playmo/recipes/templates/layout_recipe/application.html.erb
playmo-0.0.14 lib/playmo/recipes/templates/layout_recipe/application.html.erb
playmo-0.0.13 lib/playmo/recipes/templates/layout_recipe/application.html.erb
playmo-0.0.12 lib/playmo/recipes/templates/layout_recipe/application.html.erb