Documentation and tutorials on django's website
The template syntax is well documented thanks to the inspiring work of Django, a python-based framework. Mozajik's template system is a PHP-based implementation of the Django template system.
As such, Mozajik uses essentially the same syntax (including support for powerful template inheritance features) with a few modifications and some additional features. Some of the differences are noted below.
- Click here for a tutorial overview of Django Template System
- Click here for a list of built-in tags and filters (see below for Mozajik's docs)
Full documentation of Mozajik's template tags and filters
We now have full documentation available for all implemented tags and filters.
- Tags: built-in - based on Django tags (full implementation)
- Tags: mozajik extended - tags not found in Django (full implementation)
- Filters: built-in - based on Django tags (partial implementation)
- Filters: mozajik extended - filters not found in Django (full implementation)
