Compiles ListUsers template strings (e.g., "%%title%% (%%name%%)") into
executable functions for efficient rendering. The compilation approach is
identical to the ListPages compiler: the template is split into static
string segments and dynamic getter functions.
Only three variables are supported: %%number%%, %%title%%, and %%name%%.
Template compiler for the ListUsers module.
Compiles ListUsers template strings (e.g.,
"%%title%% (%%name%%)") into executable functions for efficient rendering. The compilation approach is identical to the ListPages compiler: the template is split into static string segments and dynamic getter functions.Only three variables are supported:
%%number%%,%%title%%, and%%name%%.