{{ghost_head}}
{{!-- 统一的固定头部容器 --}}
{{!-- 1. 公告栏:仅在后台有内容时渲染 --}} {{#if @site.announcement}}
{{announcement}}
{{/if}} {{!-- 2. 导航栏 --}}
{{!-- Logo 区域 --}}
{{#if @site.logo}}
{{else}}
{{@site.title}}
{{/if}}
{{!-- 桌面端菜单 --}}
{{navigation}}
{{!-- 右侧功能区 --}}
{{#if @member}}
我的档案
{{else}}
登录
注册
{{/if}}
{{!-- 页面主体内容:现在内容会自动排在 sticky header 下方,无需手动 pt-16 --}}
{{{body}}} {{> "footer"}}
{{!-- 移动端菜单模板 --}}
菜单导航
页面导航
{{navigation}}
{{#if @member}}
会员
个人中心
退出登录
{{else}}
登录
立即注册
{{/if}}
{{ghost_foot}}