#@layout() #define script() #end #define css() #end #define content()

写文章

网址:#option('web_domain')#(CPATH)/article/#(article.slug ??)#if(option("web_fake_static_enable"))#option('web_fake_static_suffix')#end #if(article && article.isNormal()) (访问) #end #if(editMode && editMode == 'html') 使用 markdown 编辑 #else 可视化编辑 #end

属性设置

#(fields.render())
移至垃圾箱

分类

#for(category : categories)
#end

标签

多个标签请用 “回车键” 或英文逗号(,)隔开。

#tags(count = 20) #for(tag : tags) #(tag.title) #end #end

缩略图

模板样式

#if(styles && styles.size() > 0 )
#end
#if(flags && flags.size() > 0)

当前模板支持的展示标识有:

#for(flag : flags ??) #(flag) #end
#end
#end