aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/layouts/streaming.erb
blob: d3f896a6ca68967192701c5909761ca9dc2b0862 (plain) (blame)
1
2
3
4
<%= yield :header -%>
<%= yield -%>
<%= yield :footer -%>
<%= yield(:unknown).presence || "." -%>