Slide 8
Slide 8 text
H O W I T W O R K S
compile()
out <<
"
#{@title}
"
eval()
Haml/Erb/Slim The Rails View
Ruby Code
Doing String
Buffer Stuff
Hi
@title = "Hi"
Helpers
index.html.haml
ExpressTemplates
out <<
"
#{@title}
"
eval()
The Rails View
Ruby Code
Doing String
Buffer Stuff
Hi
@title = "Hi"
Components, Tags, &
Wrappers for Helpers
Helpers
expand()
Nodes
compile()
index.html.et