Skip to content

Commit 9bb9cec

Browse files
committed
tests: {includeblock} replaced with {import}
1 parent e9cc574 commit 9bb9cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{extends "snippets.includeblock.layout.latte"}
2-
{includeblock "snippets.includeblock.sub.latte"}
3-
{includeblock "snippets.includeblock.sub2.latte"}
2+
{import "snippets.includeblock.sub.latte"}
3+
{import "snippets.includeblock.sub2.latte"}
44
{snippet test}
55
{include #bar}
66
{/snippet}

0 commit comments

Comments
 (0)