An MVC web framework for Go that balances upfront productivity with long term maintability.
Inspired by Ruby on Rails.
Don't use this yet. It's too early.
- Static assets are always served from
public
. - HTML templates go in
views
. If alayout.html
is present, that is used as a layout file.