loop package:blaze-html

Combinator for the loop attribute. Example:
div ! loop "bar" $ "Hello."
Result:
<div loop="bar">Hello.</div>