|
пре 1 година | |
---|---|---|
.. | ||
.gitignore | пре 1 година | |
.travis.yml | пре 1 година | |
LICENSE | пре 1 година | |
README.md | пре 1 година | |
appveyor.yml | пре 1 година | |
cache.go | пре 1 година | |
constructors.go | пре 1 година | |
default.go | пре 1 година | |
dump.go | пре 1 година | |
eval.go | пре 1 година | |
exec.go | пре 1 година | |
func.go | пре 1 година | |
lex.go | пре 1 година | |
loader.go | пре 1 година | |
node.go | пре 1 година | |
parse.go | пре 1 година | |
profile.sh | пре 1 година | |
ranger.go | пре 1 година | |
set.go | пре 1 година | |
stress.bash | пре 1 година |
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.