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