A somewhat usable and tested version.
[django-ssify.git] / 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 (file)
index 0000000..f045266
--- /dev/null
@@ -0,0 +1,3 @@
+{% load ssify test_tags %}
+{% random_number 4 as a %}
+{% ssi_include 'args' limit=a %}
\ No newline at end of file