Added first code to implement python based filter / preprocessor that used between fetching data from the api and calling the templates. This fixes #15.
A filter is a simple python function that gets the data as a dictionary that can be manipulated (no return value). Have a look at TestDummy for an example.
Added first code to implement python based filter / preprocessor that used between fetching data from the api and calling the templates. This fixes #15.
A filter is a simple python function that gets the data as a dictionary that can be manipulated (no return value). Have a look at TestDummy for an example.