﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2640	Dynamically Generated Templates	Kevin McIsaac		"I'd like to be able to have templates be generated dynamicall from a URL. That is rather than specify static HTML in the template, I'd like to give a URL instead and use the output of that URL as a template. 

In my case, this would be to use the template to create a newsletter from recent content from our CMS, which I then hand edit to add, subtract or change items. 

My thought is to extend the existing Template format as follow, i.e. add a src attribute to the HTML tag.

<Template title=""Newsletter"" image=""newsletter.gif"">
   <Description>IBRS newsletter</Description>
   <Html src=""http://ibrs.com.au/includes/newsletter.php"" ></Html>
</Template>

I can see this would be a simple change to the template.html, however my JS is not up to this task."	New Feature	closed	Normal		General		wontfix		
