Binary package “ace” in ubuntu kinetic
HTML template engine for Go (command-line tool)
Ace is an HTML template engine for Go. This is inspired by
Slim (http://
This is a refinement of Gold (http://
.
Example:
.
= doctype html
html lang=en
head
title Hello Ace
= css
h1 { color: blue; }
body
h1 {{.Msg}}
#container
p..
Ace is an HTML template engine for Go.
This engine simplifies HTML coding in Go web application development.
= javascript
.
This package provides the /usr/bin/ace command-line tool and example files.