On 5/19/07, <b class="gmail_sendername">Dave Cooke</b> <<a href="mailto:david@ellendee.co.uk">david@ellendee.co.uk</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is there an easy way to comment out a section of a page. I'm thinking of<br>guidance notes or optional lines on a template.</blockquote><div><br>Yep! <br><br>(:if false:)<br><br>Everything here will be hidden<br><br>
It can be several lines-worth and paragraphs-worth of stuff <br><br>And it won't display until it reaches<br><br>(:ifend:)(or any other (:if :) statement)<br><br>This will display.<br><br>That what you were looking for?
<br></div><br></div>