Files
docs/versioned_docs/version-2.19/developer-guide/theme/template-variables/page.md
Ryan Wang e431bdc99b docs: update documentation for Halo 2.18 (#407)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2024-09-02 14:14:00 +08:00

773 B

title, description
title description
独立页面 page.html - /:slug

import SinglePageVo from "../vo/_SinglePageVo.md" import ContributorVo from "../vo/_ContributorVo.md" import ContentVo from "../vo/_ContentVo.md"

路由信息

  • 模板路径:/templates/page.html
  • 访问路径:/:slug

变量

singlePage

变量类型

#SinglePageVo

示例

<article>
  <h1 th:text="${singlePage.spec.title}"></h1>
  <div th:utext="${singlePage.content.content}"> </div>
</article>

_templateId

变量值

page

类型定义

SinglePageVo

ContentVo

ContributorVo