Forum Moderators: phranque
I have been using tags with a condition that never evalulates to true.
So it looks like this:
<tal:block condition="python:0">
a bunch of code I dont want to run.
</tal:block>
I hate having to type out this whole tag everytime I want to comment out a block of code for debugging purposes.
Anyone know of a tag that does what I want?