blob: 593d0aa7b83463157b9ea0e1be19bbdb03014a7f (
plain) (
blame)
1
2
3
4
5
|
## -*- coding: utf-8 -*-
<%namespace name="comments" file="comments_helper.tmpl"/>
% if not post.meta('nocomments'):
${comments.comment_form(post.permalink(absolute=True), post.title(), post.base_path)}
% endif
|