Initial commit.

This commit is contained in:
yan
2011-11-17 15:45:33 -06:00
commit 882015bc6d
1819 changed files with 111625 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
{# ${1:comment} #}
+3
View File
@@ -0,0 +1,3 @@
{% ${1:tag_name} %}
${2}
{% end$1 %}
+1
View File
@@ -0,0 +1 @@
{% ${1} %}${2}
+1
View File
@@ -0,0 +1 @@
add:"${1}"
+3
View File
@@ -0,0 +1,3 @@
{% autoescape ${1:off} %}
${2}
{% endautoescape %}
+3
View File
@@ -0,0 +1,3 @@
{% block ${1} %}
${2}
{% endblock %}
+1
View File
@@ -0,0 +1 @@
center:"${1}"
+3
View File
@@ -0,0 +1,3 @@
{% comment %}
${1}
{% endcomment %}
+1
View File
@@ -0,0 +1 @@
cut:"${1}"
+1
View File
@@ -0,0 +1 @@
{% cycle ${1:val1} ${2:val2} ${3:as } %}
+1
View File
@@ -0,0 +1 @@
date:"${1}"
+1
View File
@@ -0,0 +1 @@
{% debug %}
+1
View File
@@ -0,0 +1 @@
default:"${1}"
+1
View File
@@ -0,0 +1 @@
default_if_none:"${1}"
+1
View File
@@ -0,0 +1 @@
dictsort:"${1}"
+1
View File
@@ -0,0 +1 @@
dictsortreversed:"${1}"
+1
View File
@@ -0,0 +1 @@
divisibleby:"${1}"
+2
View File
@@ -0,0 +1,2 @@
{% else %}
${1}
+2
View File
@@ -0,0 +1,2 @@
{% empty %}
${1}
+1
View File
@@ -0,0 +1 @@
{% extends "${1:base.html}" %}
+3
View File
@@ -0,0 +1,3 @@
{% filter ${1} %}
${2}
{% endfilter %}
+1
View File
@@ -0,0 +1 @@
{% firstof ${1} %}
+1
View File
@@ -0,0 +1 @@
floatformat:"${1}"
+3
View File
@@ -0,0 +1,3 @@
{% for ${1} in ${2} %}
${3}
{% endfor %}
+1
View File
@@ -0,0 +1 @@
get_digit:"${1}"
+3
View File
@@ -0,0 +1,3 @@
{% if ${1} %}
${2}
{% endif %}
+3
View File
@@ -0,0 +1,3 @@
{% ifchanged %}
${1}
{% endifchanged %}
+3
View File
@@ -0,0 +1,3 @@
{% ifequal ${1} ${2} %}
${3}
{% endifequal %}
+3
View File
@@ -0,0 +1,3 @@
{% ifnotequal ${1} ${2} %}
${3}
{% endifnotequal %}
+1
View File
@@ -0,0 +1 @@
{% include "${1}" %}
+1
View File
@@ -0,0 +1 @@
join:"${1}"
+1
View File
@@ -0,0 +1 @@
length_is:"${1}"
+1
View File
@@ -0,0 +1 @@
{% load ${1} %}
+1
View File
@@ -0,0 +1 @@
{% now "${1:jS F Y H:i}" %}
+1
View File
@@ -0,0 +1 @@
pluralize:"${1}"
+1
View File
@@ -0,0 +1 @@
{% regroup ${1} by ${2} as ${3} %}
+1
View File
@@ -0,0 +1 @@
removetags:"${1}"
+1
View File
@@ -0,0 +1 @@
slice:"${1}"
+3
View File
@@ -0,0 +1,3 @@
{% spaceless %}
${1}
{% endspaceless %}
+1
View File
@@ -0,0 +1 @@
{% ssi ${1} %}
+1
View File
@@ -0,0 +1 @@
stringformat:"${1}"
+1
View File
@@ -0,0 +1 @@
{% templatetag closeblock %}
@@ -0,0 +1 @@
{% templatetag closevariable %}
+1
View File
@@ -0,0 +1 @@
{% templatetag openblock %}
@@ -0,0 +1 @@
{% templatetag openvariable %}
+1
View File
@@ -0,0 +1 @@
time:"${1}"
+1
View File
@@ -0,0 +1 @@
{% trans "${1:string}" %}
+1
View File
@@ -0,0 +1 @@
truncatewords:${1}
+1
View File
@@ -0,0 +1 @@
truncatewords_html:${1}
+1
View File
@@ -0,0 +1 @@
{% url ${1} as ${2} %}
+1
View File
@@ -0,0 +1 @@
urlizetrunc:${1}
+1
View File
@@ -0,0 +1 @@
{% widthratio ${1:this_value} ${2:max_value} ${3:100} %}
+1
View File
@@ -0,0 +1 @@
{% with ${1} as ${2} %}
+1
View File
@@ -0,0 +1 @@
wordwrap:${1}
+1
View File
@@ -0,0 +1 @@
{{ ${1} }}${2}