<%= model.title %>
<% /* Example of a nested template. Note that its model merges with the parent (model.title is available in the child) */ %> <% render "editor.html", cols: 40, rows: 15 %>
Result
Output
Stacktrace