sinatra/sinatra-contrib/spec/content_for/footer.erb

3 lines
64 B
Plaintext

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