Module

templates

Built-in templates and template environment factory.

Functions

get_env 1 Any
Create a kida Environment with the built-in template loader. Returns a kida En…
def get_env(**kwargs: Any) -> Any

Create a kida Environment with the built-in template loader.

Returns a kida Environment with a chained loader:

user templates -> milo built-in templates -> kida components.

Parameters
Name Type Description
**kwargs Any
Returns
Any