@{
var attrValue = "Baz";
}
<span foo=" abc" />
<span bar=" @attrValue" />
<span baz=" @attrValue @attrValue" />