Preview
{{=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)}}
{{pass}}
{{!form}}