max package:blaze-html

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