[ bianca ]
[ 源代码: golang-github-yosssi-ace ]
软件包:golang-github-yosssi-ace-dev(0.0.5-3.1)
golang-github-yosssi-ace-dev 的相关链接
下载源码包 golang-github-yosssi-ace:
- [golang-github-yosssi-ace_0.0.5-3.1.debian.tar.xz]
- [golang-github-yosssi-ace_0.0.5-3.1.dsc]
- [golang-github-yosssi-ace_0.0.5.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
HTML template engine for Go (library package)
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 Ace library for the Go Programming Language
其他与 golang-github-yosssi-ace-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-yosssi-gohtml-dev
- HTML formatter for Go
-
- sug: ace
- HTML template engine for Go (command-line tool)