${ post.title }
${ post.content[:100] }${ '...' if len(post.content) > 100 else '' }
%inherit file="base.html" /> <%block name="title">首页 - SQLAlchemy 示例%block> <%block name="content">
还没有文章,快来创建第一篇吧!
% endif %block>