scinote-web/app/views/layouts/fluid.html.erb
2023-05-22 15:47:59 +02:00

5 lines
101 B
Plaintext

<% content_for :content do %>
<%= yield %>
<% end %>
<%= render template: 'layouts/application' %>