scinote-web/app/views/layouts/fluid.html.erb
2023-05-17 14:18:16 +02:00

6 lines
177 B
Text

<% content_for :content do %>
<div class="<%= yield :container_class %>" id="fluid-content">
<%= yield %>
</div>
<% end %>
<%= render template: 'layouts/application' %>