> this requires special syntax right? I am talking about user input like text > or user sending emails... what do you use for these?
I don't think I got your question right. What is the problems in using them just like that. If you want to display comments in a page: $for c in page.comments: <div class="comment">$page.comment</div> Is this what you are looking for? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
