public String Decompile(int indent) {
   return "include " + template.Decompile(0);
 }