Skip to content
/ mustago Public

mustago - simple golang mustache template evaluation in html

License

Notifications You must be signed in to change notification settings

udhos/mustago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mustago

mustago - simple golang mustache template evaluation in html

Online demo: https://udhos.github.io/mustago

Source repo: https://github.com/udhos/mustago

Quick Start

Build recipe:

$ go get github.com/udhos/mustago
$ cd ~/go/src/github.com/udhos/mustago
$ ./build.sh

Run a web server publishing these files:

index.html
mustago.js
mustago.js.map

Example:

$ go get github.com/udhos/gowebhello
$ ~/go/bin/gowebhello                ;# publish current dir as http://localhost:8080/www
Now open http://localhost:8080/www

END

Releases

No releases published

Packages

No packages published

Languages