Skip to content

django template note yoyo

Fu Zuoyou edited this page Jul 31, 2014 · 2 revisions

Just some note for front-end django template

yoyo 2013-11-13

997 6.16 templates

default empty的默认输出

size 可以输出列表的size

dicsort 列表排序

escape(js) escape

{# comment #}

linebreaks (\n - >
)

auto escape 的问题:可以用filter safe 标记一个东西为safe(就不会被进行自动转义了)

truncatewords(等等等等如可以在html标签内truncate words)

unordered_list 可以排序

Clone this wiki locally