landsgemeinde.layouts.votum

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.

Module Contents

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.

property title: str[source]
property og_description: str[source]
property 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.

model: onegov.landsgemeinde.models.Votum[source]
property title: str[source]
property og_description: str[source]
property breadcrumbs: list[onegov.core.elements.Link][source]

Returns the breadcrumbs for the current page.