pas.layouts.import_layout ========================= .. py:module:: pas.layouts.import_layout Classes ------- .. autoapisummary:: pas.layouts.import_layout.ImportLayout Module Contents --------------- .. py:class:: ImportLayout(model: Any, request: onegov.org.request.OrgRequest, edit_mode: bool = False) Bases: :py:obj:`onegov.pas.layouts.DefaultLayout` The default layout meant for the public facing parts of the site. .. py:attribute:: app :type: onegov.town6.app.TownApp Returns the application behind the request. .. py:property:: title :type: str .. py:property:: breadcrumbs :type: list[onegov.core.elements.Link] Returns the breadcrumbs for the current page.