Templating Flashcards
1
Q
What is client side templating?
A
The technique of using javascript in the browser to render markup by substituting values into a static template.
2
Q
What are 2 template dependencies often used?
A
underscore and handlebars.
3
Q
Where does templating usually happen?
A
In the views render method
4
Q
How do you execute arbitrary code with underscore templates?
A