comments_helper_mustache.tmpl 215 B

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