Template Tags & Filters

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/
Edit tutorial

Comment on This Data Unit