#define layout(showSidebar) #(SEO_TITLE ?? (WEB_TITLE + '-' + WEB_SUBTITLE)) #@css?()
#if(showSidebar)

#(WEB_NAME ?? '未设置网站名称')

#option('bonhumeur_web_desc','请在后台设置描述')

#end
#@content()
#@script?() #end