﻿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
5862	Filters are not applied in an include tag	Vincent Foley	nobody	"With the extends tag, you can do the following (trivial filter used for example purpose):


{{{
{% extends ""foo/bar""|add_html_extension %}
}}}

And the filter will be applied to ""foo/bar"" before the call to extends.  I figured this would work with the include tag as well, but it doesn't.

{{{
{% include ""foo/bar""|add_html_extension %}
}}}

Here, the filter will never be called.  Could we fix this?"		closed	Template system	dev		wontfix	tplrf-fixed		Design decision needed	0	0	0	0	0	0
