1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/sinatra-contrib/spec/content_for/footer.erb

3 lines
64 B
Text
Raw Normal View History

<% if content_for? :foo %>
<%= yield_content :foo %>
<% end %>