Exemple #1
0
 public override void execute(IndentWriter writer, JadeModel model, JadeTemplate template)
 //throws JadeCompilerException
 {
     if (hasBlock())
     {
         model.setMixin(getName(), this);
     }
     else
     {
         base.execute(writer, model, template);
     }
 }