111
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

2 年前
1234567891011
  1. {include file=comm/head.html}
  2. {include file=comm/top.html}
  3. <div class="container pages">
  4. {include file=comm/position.html}
  5. <h2 class="text-center my-4 fs-sm-28 fs-24">{content:title}</h2>
  6. <div class="content">{content:content}</div>
  7. </div>
  8. {include file=comm/foot.html}