Next: Filters, Previous: Comments, Up: Djula HTML templating system [Contents][Index]
If you want to leave some portion of text unprocessed by Djula, use the verbatim syntax: {$ $}.
For example, this template would render as 'this is {{verbatim}}':
{$ this is {{verbatim}} $}
Next: Filters, Previous: Comments, Up: Djula HTML templating system [Contents][Index]