模板引擎mustache
mustache 是一种简单、轻量的模板引擎。
mustache 这个单词在英语本身是胡子的意思,而 mustache 模板引擎使用的标签外观类似于胡子的形状,即两个花括号 {{
和 }}
。
mustache 官方提供了一个 Ruby 语言写得命令行工具 mustache,可以用于在命令行中基于 JSON 或 YAML 数据渲染 mustache 模板。该工具可通过 Ruby 语言的包管理工具 gem 安装:gem install mustache
。
相关文档
- mustache: https://mustache.github.io/
- mustache Manual: https://mustache.github.io/mustache.5.html
- mustache Spec: https://github.com/mustache/spec
类似产品
- Google Ctemplate:https://goog-ctemplate.sourceforge.net/