I am getting the following error :
File "<unknown>", line 1, in template
TemplateSyntaxError: unexpected char u'\\' at 205
When I include this in my code:
'{{ macros.ds_format(macros.ds_add(ds, -13), "%Y-%m-%d", "%Y%m%d") }}'
I re-typed it in vim in case it was an error with encoding, but still no luck!