Report abuse


			
class testy {
}

node flug {
  include testy
  if tagged(testy) {
    alert("yeah, it works")
    $templatevalue = "123"
    include your_class_that_does_the_template
  }
}