landsgemeinde.layouts.votum

Module Contents

Classes

VotumCollectionLayout

The default layout meant for the public facing parts of the site.

VotumLayout

The default layout meant for the public facing parts of the site.

class landsgemeinde.layouts.votum.VotumCollectionLayout(model: Any, request: onegov.landsgemeinde.request.LandsgemeindeRequest)[source]

Bases: onegov.landsgemeinde.layouts.default.DefaultLayout

The default layout meant for the public facing parts of the site.

title() str[source]
og_description() str[source]
breadcrumbs() list[onegov.core.elements.Link][source]

Returns the breadcrumbs for the current page.

class landsgemeinde.layouts.votum.VotumLayout(model: Any, request: onegov.landsgemeinde.request.LandsgemeindeRequest)[source]

Bases: onegov.landsgemeinde.layouts.default.DefaultLayout

The default layout meant for the public facing parts of the site.

title() str[source]
og_description() str[source]
breadcrumbs() list[onegov.core.elements.Link][source]

Returns the breadcrumbs for the current page.