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

写文章

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

属性设置

分类

#for(category : categories)
#end

标签

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

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

缩略图

#end