Blog${defined('blog_post') and ': ' + blog_post.title \ or req.args.get('blog_path') and defined('blog_list_title') \ and ': ' + blog_list_title}
${render_blog_post(blog_post)}
${attach_file_form(blog_attachments)}
${list_of_attachments(blog_attachments, compact=True)}

Comments

Delete comment
${comment.number}. ${authorinfo(comment.author)} -- ${pretty_dateinfo and pretty_dateinfo(comment.time) or format_datetime(comment.time)}
${wiki_to_html(context, comment.comment)}

No comments.

Add New Comment

Comment preview (Warnings)
${authorinfo(blog_comment.author)} -- ${pretty_dateinfo and pretty_dateinfo(blog_comment.time) or format_datetime(blog_comment.time)}
${wiki_to_html(context, blog_comment.comment)}