I started using Django release 1.5 and got a problem with my old code:
{{post.title}}<
you may also need to do regexp-replace "\{% url "([\w:]+)" for "\{% url '$1' in order to aviod syntax errors like baz
"\{% url "([\w:]+)"
"\{% url '$1'
baz