{{extend "base.html"}}

Snippet #{{=obj.id}}: {{=obj.title}}


Author: {{=obj.author}} Date: {{=obj.date}}


{{if obj.format == 'rst': out.noescape(rst2html(obj.content)) else: out.noescape(text2html(obj.content)) pass}}

Category: {{=obj.category}}
Tag: {{=' '.join(obj.tag)}}
{{if user and username==obj.author or adminuser:}}
>Edit

{{pass}}

Comment:


{{if comments:}} {{ i = 0 for c in comments:}} {{if not c.public and c.author!=username and not adminuser:}}{{continue}} {{i += 1 pass}}
{{if adminuser or c.author==username:}} {{pass}} {{if adminuser and c.public:}} {{public =''}} {{else:}} {{public=''}} {{pass}} {{=c.author}} {{=c.date}} say:
{{!text2html(c.content)}}
{{pass}}
{{if obj.enablecomment:}} {{!commentform}} {{else:}}

You can't commit this.

{{pass}}