Change: Template Tags & Filters

created on Nov. 9, 2012, 6:54 a.m. by Hevok & updated on Nov. 9, 2012, 6:55 a.m. by Hevok

The template tags add functionality into HTML templates. The occurrence is marked with enclosing Braces-Percentage {% %}. The build-in template tags should be bookmarked by each Designer. If you haven't do it right now. Now, for instance gives the current time:: {% now "Y" %}

Filters, are template tags applied on objects:: {{ object.publish_date|date:"Y" }}

template-tags-filters.jpg

Tags: html, designing
Categories: Tutorial
Parent: Web Framework

Comment: Updated entry

See entry | Admin

Comment on This Data Unit