landsgemeinde.layouts.votum =========================== .. py:module:: landsgemeinde.layouts.votum Classes ------- .. autoapisummary:: landsgemeinde.layouts.votum.VotumCollectionLayout landsgemeinde.layouts.votum.VotumLayout Module Contents --------------- .. py:class:: VotumCollectionLayout(model: Any, request: onegov.landsgemeinde.request.LandsgemeindeRequest) Bases: :py:obj:`onegov.landsgemeinde.layouts.default.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:property:: title :type: str .. py:property:: og_description :type: str .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page. .. py:class:: VotumLayout(model: Any, request: onegov.landsgemeinde.request.LandsgemeindeRequest) Bases: :py:obj:`onegov.landsgemeinde.layouts.default.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:attribute:: model :type: onegov.landsgemeinde.models.Votum .. py:property:: title :type: str .. py:property:: og_description :type: str .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page.