initial commit; version 22.5.12042
This commit is contained in:
1
tests/templates/nested_partials/partials/fourth.mustache
Normal file
1
tests/templates/nested_partials/partials/fourth.mustache
Normal file
@ -0,0 +1 @@
|
||||
{{ val }}
|
3
tests/templates/nested_partials/partials/second.mustache
Normal file
3
tests/templates/nested_partials/partials/second.mustache
Normal file
@ -0,0 +1,3 @@
|
||||
<second>
|
||||
{{> third }}
|
||||
</second>
|
3
tests/templates/nested_partials/partials/third.mustache
Normal file
3
tests/templates/nested_partials/partials/third.mustache
Normal file
@ -0,0 +1,3 @@
|
||||
<third>
|
||||
{{> fourth }}
|
||||
</third>
|
Reference in New Issue
Block a user