${post.title()}
${post.text(teaser_only=True)}
%else:
${helper.html_pager()}
${comments.comment_link_script()}
${helper.mathjax_script(posts)}
%block>
${post.text(teaser_only=False)}
%endif
Posted:
% if not post.meta('nocomments') and site_has_comments:
| ${comments.comment_link(post.permalink(), post._base_path)}
% endif
% endfor