%inherit file="base.html" />
<%block name="title">${ post.title } - SQLAlchemy 示例%block>
<%block name="content">
${ post.title }
创建时间: ${ post.created_at.strftime('%Y-%m-%d %H:%M:%S') }
% if post.updated_at:
| 更新时间: ${ post.updated_at.strftime('%Y-%m-%d %H:%M:%S') }
% endif
${ post.content }
%block>