${stats['total_posts']} 文章
${stats['total_users']} 用户
${stats['total_views']} 访问
% if categories:
全部 % for cat in categories: ${cat} % endfor
% endif % if posts:
% for post in posts:

${post['title']}

${post['summary'][:150]}...

% endfor
% else:

暂无文章

% endif