Django Template Language
Syntax Highlighting for Panic Coda 2
The Django Template Language mode extends Panic Coda 2's built in HTML syntax highlighting and autocomplete prompts to the Django Template Language providing distinct syntax highlighting for the various elements of the language making it easier and quicker to develop Django templates in the Panic Coda 2 text editor.

Use this syntax mode with the Django Template Language Clip Set to increase your productivity when creating Django Templates in Coda 2.
This version of the Django Template Syntax Mode was completely rewritten for Panic Coda 2 to take advantage of code folding and other new features introduced in Coda 2.
Provides
- Syntax highlighting and autocomplete prompts for all the default Django template tags as well as the logical statements:
and,as,by,not, andor. - Syntax highlighting for Django template variables:
{{ foo }}. - Syntax highlighting for variable and template tag filters, both default and custom:
|foo. - Syntax highlighting for filter arguments:
:"foo"and:dd. - Syntax highlighting for single and double quoted strings, context variables, and single line comments.
- HTML, inline CSS, and inline JavaScript syntax highlighting and autocomplete prompts from the HTML mode.