package documentation

Pure python templates.

A template is a python module that has a function main, which receives a dict with template arguments and is supposed return a gws.ContentResponse object.

From __init__.py:

Class Config Python template
Class Object Undocumented
Class Props Undocumented
Constant _ENTRYPOINT_NAME Undocumented
_ENTRYPOINT_NAME: str = (source)

Undocumented

Value
'main'