A somewhat usable and tested version.
[django-ssify.git] / tests / templates / tests_basic / quote.html
diff --git a/tests/templates/tests_basic/quote.html b/tests/templates/tests_basic/quote.html
new file mode 100644 (file)
index 0000000..6ddabd3
--- /dev/null
@@ -0,0 +1,7 @@
+{% load test_tags %}
+{% quote_len_odd number as odd %}
+{{ quote }}
+Line {{ number }} of {% number_of_quotes %}
+{{ odd.if }}Odd number of characters.
+{{ odd.else }}Even number of characters.
+{{ odd.endif }}