Open JakeShirley opened 3 years ago
Example mustache:
test1.mustache
This is a test: {{> test2.mustache}}
test2.mustache
{{#value}}{{> test2.mustache}}{{/value}}{{^value}}Base case{{/value}}
This causes:
thread 'main' has overflowed its stack
Good catch!
Example mustache:
test1.mustache
test2.mustache
This causes: