Current section

Files

Jump to
gtemplate include gtemplate_If.hrl
Raw

include/gtemplate_If.hrl

-record('if', {
condition :: binary(),
then_tokens :: list(gtemplate:token()),
else_tokens :: list(gtemplate:token())
}).