// Inserta Scripts y Links de la p�gina
Iterator<TemplateLink> itl = template.getLinks();
while (itl.hasNext())
{
link = itl.next();
xhtml.append(TAB_SEPARATOR + link.render());
}
Iterator<TemplateScript> its = template.getScripts();
while (its.hasNext())
{