mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
3 lines
64 B
Text
3 lines
64 B
Text
|
<% if content_for? :foo %>
|
||
|
<%= yield_content :foo %>
|
||
|
<% end %>
|