﻿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
17362	include with filename unquoted fails silently	adrian_nye@…	nobody	"
{% include overview_views.html %}

obviously should be:

{% include ""overview_views.html"" %}

But if the quotes are missing, the file is not included and there is no error message.

It would be better to include the file anyway if possible, and
if that is not possible then display an error message.
"	New feature	closed	Template system	1.3	Normal	wontfix			Unreviewed	0	0	0	0	0	0
