MaybeTaggable

bootlace.util.MaybeTaggable: TypeAlias = bootlace.util.Taggable | dominate.dom_tag.dom_tag | str | collections.abc.Iterable[bootlace.util.Taggable | dominate.dom_tag.dom_tag]

A type that can be converted to a tag via as_tag()