https://github.com/benbjohnson/ego-example
A simple ego templating example.
https://github.com/benbjohnson/ego-example
Last synced: 10 months ago
JSON representation
A simple ego templating example.
- Host: GitHub
- URL: https://github.com/benbjohnson/ego-example
- Owner: benbjohnson
- License: mit
- Created: 2014-12-18T03:47:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T04:13:33.000Z (about 11 years ago)
- Last Synced: 2025-03-15T23:56:14.411Z (10 months ago)
- Language: Go
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Example application for ego templating
======================================
A simple ego templating example.
## Running
```
$ ego -package main .
$ go build .
$ ./ego-example
```
Then open up `http://localhost:10000`.