Sha256: b61882c2a2f2f698ca1f811a6c7f6ea249924646651ea065634a3835a8ac22ef

Contents?: true

Size: 297 Bytes

Versions: 6

Compression:

Stored size: 297 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title><%= area :title, 'Nestive' %></title>
  </head>
  <body>
    <%= yield %>
    <div id="some-area">
      <%= area :some_area do -%>
        Some content
      <%- end -%>
    </div>
    <div id="empty-area"><%= area :empty_area %></div>
  </body>
</html>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
nestive_rendering-1.0.0 spec/internal/app/views/layouts/nestive.html.erb
nestive-0.6.0 spec/internal/app/views/layouts/nestive.html.erb
nestive-0.5.0 spec/internal/app/views/layouts/nestive.html.erb
nestive-0.4.0 spec/internal/app/views/layouts/nestive.html.erb
nestive-0.2.1 spec/internal/app/views/layouts/nestive.html.erb
nestive-0.2.0 spec/internal/app/views/layouts/nestive.html.erb