svelte/test/generator/self-reference/main.html

4 lines
80 B

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