Page¶
Base class: Part
A page is used to compose iommi parts into a bigger whole.
See the howto for example usages.
Refinable members¶
after (evaluated)¶
Type: Union[int, str]
See after
assets¶
Type: Namespace
See assets
context (evaluated)¶
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
h_tag (evaluated)¶
Type: Union[Fragment, str]
See title
include (evaluated)¶
Type: bool
See include
iommi_style¶
Type: str
See iommi_style
member_class¶
Type: Type[Fragment]
parts¶
Type: Dict[str, Union[Part, str, Template]]
title (evaluated)¶
Type: str
See title
- Cookbook: