dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/jade/testing/index.jade
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

22 lines
341 B
Text

tag = 'p'
foo = 'bar'
#{tag} value
#{tag}(foo='bar') value
#{foo ? 'a' : 'li'}(something) here
mixin item(icon)
li
if attributes.href
a(attributes)
img.icon(src=icon)
block
else
span(attributes)
img.icon(src=icon)
block
ul
+item('contact') Contact
+item(href='/contact') Contact