Header¶
Base class: Fragment
Header
is a special fragment that automatically calculates its level.
This means that you will get h1
for the top level, h2
for the next level,
and so on. If you want a specific h1
/h2
/etc tag use Fragment
.
The header level is only increased by the existence of Header
objects,
so putting a manual h1
somewhere won’t make the next Header
into a
h2
tag.
Refinable members¶
after
(evaluated)¶
Type: Union[int, str]
See after
assets
¶
Type: Namespace
See assets
attrs
(evaluated)¶
Type: Attrs
See attributes
children
¶
endpoints
¶
Type: Namespace
See endpoints
extra
¶
Type: Dict[str, Any]
See extra
extra_evaluated
¶
Type: Dict[str, Any]
See extra
extra_params
¶
See extra_params
include
(evaluated)¶
Type: bool
See include
iommi_style
¶
Type: str
See iommi_style
tag
(evaluated)¶
See tag
template
(evaluated)¶
Type: Union[str, iommi._web_compat.Template]
See template
- Cookbook: