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

5 lines
102 B
Text
Raw Normal View History

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