You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

915 B

title description
文章 post.html - /archives/:slug

import CategoryVo from "../vo/_CategoryVo.md" import TagVo from "../vo/_TagVo.md" import ContentVo from "../vo/_ContentVo.md" import ContributorVo from "../vo/_ContributorVo.md" import PostVo from "../vo/_PostVo.md"

路由信息

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

变量

post

变量类型

#PostVo

示例

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

_templateId

变量值

post

类型定义

CategoryVo

TagVo

ContributorVo

ContentVo

PostVo