betty.html module¶
Provide the HTML API, for generating HTML pages.
- class betty.html.Breadcrumbs[source]¶
Bases:
DumpableA trail of navigational breadcrumbs.
- dump() bool | int | float | str | None | MutableSequence[Dump] | MutableMapping[str, Dump][source]¶
Produce a serialized data dump of
self.
Bases:
LinkA navigation link.
The human-readable short link label.
The absolute URL the link points to.
Bases:
objectProvide navigation links for HTML pages.
The primary navigation links.
The secondary navigation links.