#include('./header.html',{active:'themes', title:'主题'})

主题管理

#for(theme : themes)
主题:${theme.name} #if(theme.name == current_theme) (当前主题) #end
#if(theme.name == current_theme && theme.hasSetting) 主题设置 #end #if(theme.name != current_theme) #end
#end
#include('./footer.html')