Scriptable template processor. https://holanet.xyz/soft/step
Go to file
2024-12-07 01:35:44 -05:00
cmd cmd/stepd: Resetting makes a bit more sense now 2024-12-07 01:20:11 -05:00
providers providers: Add import/include provider 2024-12-07 01:35:44 -05:00
.gitignore Ignore STEP files at the repository root 2024-12-05 18:36:35 -05:00
document.go Add method to Document to get the current environment 2024-12-07 01:29:33 -05:00
environment.go Export Document.FrontMatter 2024-12-06 02:00:08 -05:00
error.go
frontmatter_test.go
frontmatter.go
go.mod Add markdown support 2024-12-05 14:20:37 -05:00
go.sum Add markdown support 2024-12-05 14:20:37 -05:00
http.go Make HTTPResponseRecorder more useful 2024-12-07 00:53:39 -05:00
LICENSE
plugin.go
README.md

STEP

Scriptable Template Processor

STEP extends Go's HTML templates into a powerful backend scripting language. It includes support for plugins to further enhance its functionality. It is designed to run behind an HTTP reverse proxy, such as Caddy.