模板引擎 Teddy

码农软件 · 软件分类 · 模板引擎 · 2019-08-23 13:27:44

软件介绍

Teddy 是一个易读的基于HTML,无逻辑的 DOM 模板引擎,支持服务器端和客户端模板。使用新的类似 HTML 的标签。

示例模板:

<h1>{{header}}</h1>
{{#bug}}
{{/bug}}

{{#items}}
  {{#first}}
    <li><strong>{{name}}</strong></li>
  {{/first}}
  {{#link}}
    <li><a target="_blank"  rel="nofollow" href="{{url}}">{{name}}</a></li>
  {{/link}}
{{/items}}

{{#empty}}
  <p>The list is empty.</p>
{{/empty}}

本文地址:https://codercto.com/soft/d/12994.html

Design systems

Design systems

Not all design systems are equally effective. Some can generate coherent user experiences, others produce confusing patchwork designs. Some inspire teams to contribute to them, others are neglected. S......一起来看看 《Design systems》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

SHA 加密
SHA 加密

SHA 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具