Expand description
Helper template parser.
Parses _helpers.tpl files to extract defined template helpers.
Structs§
- Helper
Definition - A helper template definition.
- Parsed
Helpers - Parsed helpers file.
Constants§
- COMMON_
HELPERS - Common helper names that charts typically define.
Functions§
- is_
valid_ helper_ name - Check if a helper name follows the expected pattern.
- parse_
helpers - Parse a helpers file.
- parse_
helpers_ file - Parse a helpers file from disk.