Source position: fpmustache.pp line 55
type TMustacheElementType = (
metRoot,
metComment,
metText,
metVariable,
metSection,
metInvertedSection,
metPartial,
metParametricPartial,
metBlock
);