Compile a ListUsers template string into an executable function.
The template is split into alternating static strings and dynamic getter functions. The returned function concatenates these parts for each call.
The template string containing %%variable%% placeholders
%%variable%%
A compiled function that accepts a ListUsersVariableContext and returns rendered text
ListUsersVariableContext
Compile a ListUsers template string into an executable function.
The template is split into alternating static strings and dynamic getter functions. The returned function concatenates these parts for each call.