ashes
ashes copied to clipboard
Howto reference python functions in templates?
Apologies if I've missed this in the docs but what are my options for calling plain old python functions directly from the templates? Is this easy/possible?
The equivalent of something like: { get_current_username() }