软件包:ace(0.0.5-3.1 以及其他的) [debports]
HTML template engine for Go (command-line tool)
Ace is an HTML template engine for Go. This is inspired by Slim (http://slim-lang.com/) and Jade (http://jade-lang.com/). This is a refinement of Gold (http://gold.yoss.si/).
Example:
= doctype html html lang=en head title Hello Ace = css h1 { color: blue; } body h1 {{.Msg}} #container.wrapper p.. Ace is an HTML template engine for Go. This engine simplifies HTML coding in Go web application development. = javascript console.log('Welcome to Ace');
This package provides the /usr/bin/ace command-line tool and example files.
其他与 ace 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.3.1)
- GCC 支持库
-
- dep: libgo23
- Runtime library for GNU Go applications
-
- sug: golang-github-yosssi-ace-dev
- HTML template engine for Go (library package)