div(foo="bar")
div(baz)
style(type="text/css")
|[foo] {
| color: red;
| }
|[baz] {
| color: blue;
|}