scinote-web/app/views/layouts/main.html.erb
2023-06-22 11:55:23 +02:00

5 lines
102 B
Plaintext

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