Sha256: 9db0535641444b71d0b11c970bc27331f89de63ed33980eee815659c0a7b1441

Contents?: true

Size: 432 Bytes

Versions: 1

Compression:

Stored size: 432 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="another-area">
      <%= area :area_to_be_replaced do -%>
        <%= DummyClass.content %>
      <%- end -%>
    </div>
    <div id="empty-area"><%= area :empty_area %></div>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nestive_rendering-1.1.0 spec/internal/app/views/layouts/nestive.html.erb