In the templates module, when initializing the jinja2 environment you can pass optional start/stop delimiters:
environment = jinja2.Environment(loader=loader, trim_blocks=True,block_start_string='@@',block_end_string='@@',variable_start_string='@=', variable_end_string='=@')
would change {% statement %} to @@ statement @@
and {{ var }} into @= var =@.
Make it a config option and only pass if set, otherwise jinja will use it's own defaults.
--
Brian Coca
Stultorum infinitus est numerus
0110000101110010011001010110111000100111011101000010000001111001011011110111010100100000011100110110110101100001011100100111010000100001