﻿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
24021	Template Variables Being Passed Through 'Using'	clu24	nobody	"An idea to make templates a little easier for users.

Let's say you have a larger template that houses smaller template ""fragments."" These smaller templates have ten variables + that need to be defined in order for these templates to work.

Instead of adding with for each variable, how about adding 'using' where you define a dictionary that holds all the variables. That was way, for each template you are able to just include a dictionary for templates inside of templates and so on.

Example:
Before: {% include 'example.html' with hello=something.hello bye=something.bye...etc. %}

After: {% include 'example.html' using something %}"	Uncategorized	closed	Template system	dev	Normal	wontfix	Template, Using		Unreviewed	0	0	0	0	0	0
