X-Git-Url: https://git.mdrn.pl/django-ssify.git/blobdiff_plain/3d2c8ba4dfb4774daff367dae1656099eb2b562c..196df9e8170262c31790260d4e280b9981b557d1:/tests/templates/tests_args/include_args.html diff --git a/tests/templates/tests_args/include_args.html b/tests/templates/tests_args/include_args.html new file mode 100644 index 0000000..f045266 --- /dev/null +++ b/tests/templates/tests_args/include_args.html @@ -0,0 +1,3 @@ +{% load ssify test_tags %} +{% random_number 4 as a %} +{% ssi_include 'args' limit=a %} \ No newline at end of file