This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
sinatra
Watch
1
Star
0
Fork
You've already forked sinatra
0
mirror of
https://github.com/sinatra/sinatra
synced
2023-03-27 23:18:01 -04:00
Code
Releases
Activity
fb76534810
sinatra
/
sinatra-contrib
/
spec
/
content_for
/
passes_values.erb
1 line
31 B
Text
Raw
Normal View
History
Unescape
Escape
don't rely on template engine internals to capture a block, makes yield_content usage consistent in erb and haml, allows combining the two
2011-03-28 10:06:17 -04:00
<%= yield_content :foo, 1, 2 %>
Copy permalink