golang-github-yosssi-ace-dev

Html template engine for go (go library)
  https://github.com/yosssi/ace
  0
  no reviews



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