开发者

YAML Like templating language for HTML?

开发者 https://www.devze.com 2023-01-24 03:28 出处:网络
I remember seeing a \"minimalistic\" or \"simple\" markup language that expanded directly to html. It had some resemblance to YAML, e.g.

I remember seeing a "minimalistic" or "simple" markup language that expanded directly to html. It had some resemblance to YAML, e.g.

h1: Hi there!
ul:
  li: item 1
  li: item 2

Does anyone know of a templating language like this? NOTE: It isn't markdown or wiki creole, it 开发者_JAVA百科was something that had direct correspondence to HTML tags.


I'm pretty sure you're thinking of Haml.

0

精彩评论

暂无评论...
验证码 换一张
取 消