${post.title!}
+ <#if settings.enable_summary!true> +${post.summary!}......
+ #if> +
+
+
+ ${post.createTime?string('yyyy.MM.dd')}
+
+ <#if post.tags?? && post.tags?size gt 0>
+
+
+ <#list post.tags as tag>
+ ${tag.name!}
+ #list>
+
+ #if>
+
+