svelte/test/parser/self-reference/input.html

3 lines
57 B

{{#if depth > 1}}
<:Self depth='{{depth - 1}}'/>
{{/if}}