scinote-web/app/views/layouts/fluid.html.erb

5 lines
101 B
Plaintext
Raw Normal View History

2016-02-12 23:52:43 +08:00
<% content_for :content do %>
2023-05-22 21:47:59 +08:00
<%= yield %>
2016-02-12 23:52:43 +08:00
<% end %>
<%= render template: 'layouts/application' %>