${post.title()}
${post.description()}
% if include_content and not exclude_index_content:
${post.text(teaser_only=index_teasers)}
% endif
%doc> Use for index of posts. The include_content page arg is used to determine whether to include the post content in the listing. %doc> <%page args="include_content=True"/> <%namespace name="comp" file="/_components.tmpl" />