diff options
Diffstat (limited to 'testing/templates/deep-kid.html')
-rw-r--r-- | testing/templates/deep-kid.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/templates/deep-kid.html b/testing/templates/deep-kid.html new file mode 100644 index 0000000..a2aa105 --- /dev/null +++ b/testing/templates/deep-kid.html @@ -0,0 +1,10 @@ +{% extends "deep-mid.html" %} +{% import "macro.html" as libk %} + +{% block head %} + <script></script> +{% endblock %} + +{% block content %} + {% call libk::thrice(item) %} +{% endblock %} |