Code Snippet - How to Use Variable with Jade
2014/5/311 min read
bookmark this
Jade Variable Example
following h1 will show's the "hello, h1 will be this."
- foo = "hello, h1 will be this." h1=foo
more example you can find at here.
following h1 will show's the "hello, h1 will be this."
- foo = "hello, h1 will be this." h1=foo