${.article.Title}

作者 ${if .article.UserInfo} ${.article.UserInfo.UserNickname} ${end} ${DateTimeFormat .article.PublishedAt "Y年m月d日 H:i"} 阅读 ${.article.Hits}
${if ne .article.Summary ""}

${.article.Summary}

${end}
${.article.Content}
${$tmpArticle := map .article} ${include "/common/modules_data.html" $tmpArticle}
${if eq .article.AllowComment 1}

发表评论

${end}