﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2181	[patch] templatetag should do openbrace, closebrace	amcnabb@…	Adrian Holovaty	"The templatetag tag system isn't quite enough in some situations.  For example, there are problems when templating a LaTeX file.  There is a LaTeX command of the form \includegraphics{myfilename.jpg}.  Unfortunately,
{{{ \includegraphics{{{ filename }}} }}} is a syntax error in the templating system, so it's difficult to specify a filename to be filled in, especially since \includegraphics{ myfilename.jpg } is illegal in LaTeX (extra spaces aren't allowed).  I would recommend adding {% templatetag openbrace %} and {% templatetag closebrace %} to the already existing templatetag to allow escaping in this situation.

"	enhancement	closed	Template system		normal	fixed			Unreviewed	1	0	0	0	0	0
