﻿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
598	[patch] Include tag	robert@…	Adrian Holovaty	"This is the include tag I am using in the new-admin branch and in my own projects. 
The reasons why {% include ""path/to/template"" %}   is better / more useful than {%ssi /absolute/path/to/template parsed %}: 

ssi is a wierd name that only makes sense if you know the history of httpds.
 ""Server side? This whole thing is server side, right?"" 

Absolute paths are useless for redistribution, do not allow overriding in different template paths. 

""parsed"" is a bit arbitrary and meaningless to the target audience for templates.

In {% include ""path"" %}, constant strings get special cased and hoisted up into the calling template instance rather than being looked up every time. Variables can also be used."	enhancement	closed	contrib.admin		normal	fixed			Unreviewed	1	0	0	0	0	0
