Here are sevaral ways to define comments in your template that will be automatically deleted on the final result.
Using Html the comment tag:
<!-- Bla Bla Bla [onload;comm]--> |
Using your own tag (called tbs in this example) :
<tbs [onload;magnet=tbs;mtype=m*] Bla Bla Bla> |
Deleting a full block:
- a block with your own bounds:
<tbs>Bla Bla Bla [onload;block=tbs]</tbs> |
- or
[onload;block=begin] Bla Bla Bla [onload;block=end] |
- a block with html bounds:
<tr><td>Bla Bla Bla [onload;block=tr]</td></tr> |