foundation6.integration
Classes
Baseclass for Morepath OneGov applications. |
|
Extends the base layout class with methods related to chameleon |
Functions
|
|
|
Module Contents
- class foundation6.integration.FoundationApp[source]
Bases:
onegov.core.Framework
Baseclass for Morepath OneGov applications.
- class foundation6.integration.FoundationLayout(model: object, request: onegov.core.request.CoreRequest)[source]
Bases:
onegov.core.layout.ChameleonLayout
Extends the base layout class with methods related to chameleon template rendering.
This class assumes the existance of two templates:
layout.pt -> Contains the page skeleton with headers, body and so on.
macros.pt -> Contains chameleon macros.