Skip to main content

Module template_engine

Module template_engine 

Source
Expand description

Tera 模板引擎封装

对应 design.md 第 2.2.2.2 节,封装 Tera 引擎提供模板加载、渲染、校验能力。

§模板命名约定

模板以相对路径注册到 Tera 实例,如 plugin-crud/model.rs.tera。 跨目录继承通过 {% extends "plugin-crud/model.rs.tera" %} 引用。

Structs§

TemplateEngine
Tera 模板引擎封装