From: Andreas Schwarz Date: 2004-03-20T07:04:32+09:00 Subject: Re: [ANN] Kwartz (2004-03-19) released Makoto Kuwata wrote: > Tag or
are deleted if they have only directives. > If you don't want to delete them, use or
, > or add other attributes like . OK, this makes sense. Another question: I have some if/elsif code at the top of my plogic file that sets a few boolean variables to determine which parts of the template have to be displayed. But the problem is that this code is moved to the bottom of the resulting erb file, where it has no effect. I call kwartz with: kwartz -l erb -p template.plogic template.html > template.erb