Tag.withAttributes

True if an attribute has been added to this tag.

This changes whether the whole opening tag will be added when content starts (no attributes), or just the right bracket (with attributes).

struct Tag
bool withAttributes;

Meta