Home | History | Annotate | Download | only in jinja2

Lines Matching refs:template

113         """`True` if this is a template syntax error."""
169 # calls we can't avoid and that are useless in template debugging
179 # fake template exceptions
180 template = tb.tb_frame.f_globals.get('__jinja_template__')
181 if template is not None:
182 lineno = template.get_corresponding_lineno(tb.tb_lineno)
183 tb = fake_exc_info(exc_info[:2] + (tb,), template.filename,
226 # we don't want to keep the reference to the template around
239 location = 'template'
243 location = 'top-level template code'
247 location = 'template'