Files
u-tpl/todo.md
绝尘 1b5b6aff8f 新增: @use 同文件片段复用
支持 @use("name") 引用同一文件内 @tpl 定义的块,
消除 _list/_count 模板中 WHERE 条件重复问题。
2026-04-01 01:59:51 +08:00

9 lines
155 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# u-tpl
实现一套 模板解析引擎,
高性能,易于维护,易于理解,
使用场景,现代 sql 模板管理ai友好
语言golang