fnp
/
django-ssify.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove misleading Content-Length.
[django-ssify.git]
/
tests
/
templates
/
tests_basic
/
quote.html
1
{% load test_tags %}
2
{% quote_len_odd number as odd %}
3
{{ quote }}
4
Line {{ number }} of {% number_of_quotes %}
5
{{ odd.if }}Odd number of characters.
6
{{ odd.else }}Even number of characters.
7
{{ odd.endif }}