An open API service indexing awesome lists of open source software.

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.

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`.