|
il y a 1 an | |
---|---|---|
.. | ||
.gitignore | il y a 1 an | |
.travis.yml | il y a 1 an | |
LICENSE | il y a 1 an | |
README.md | il y a 1 an | |
appveyor.yml | il y a 1 an | |
cache.go | il y a 1 an | |
constructors.go | il y a 1 an | |
default.go | il y a 1 an | |
dump.go | il y a 1 an | |
eval.go | il y a 1 an | |
exec.go | il y a 1 an | |
func.go | il y a 1 an | |
lex.go | il y a 1 an | |
loader.go | il y a 1 an | |
node.go | il y a 1 an | |
parse.go | il y a 1 an | |
profile.sh | il y a 1 an | |
ranger.go | il y a 1 an | |
set.go | il y a 1 an | |
stress.bash | il y a 1 an |
Jet is a template engine developed to be easy to use, powerful, dynamic, yet secure and very fast.
extends
) and composition (block
/yield
, import
, include
)Version 6 brings major improvements to the Go API. Make sure to read through the breaking changes before making the jump.
An example to-do application is available in examples/todos. Clone the repository, then (in the repository root) do:
$ cd examples/todos; go run main.go
If you use IntelliJ there is a plugin available at https://github.com/jhsx/GoJetPlugin. There is also a very good Go plugin for IntelliJ – see https://github.com/go-lang-plugin-org/go-lang-idea-plugin. GoJetPlugin + Go-lang-idea-plugin = happiness!
All contributions are welcome – if you find a bug please report it.