castor
castor copied to clipboard
`html` helper: support self closing tags
Tags that do not accept children, like input
, should be self closing.
Desired:
<input placeholder="foo" />