Scriptable template processor. https://holanet.xyz/soft/step
Go to file
2024-12-07 13:07:44 -05:00
assets assets: Add icon 2024-12-07 13:07:02 -05:00
cmd cmd/stepd: Include error document flag 2024-12-07 13:07:44 -05:00
http http: Error template documents are supported 2024-12-07 03:10:45 -05:00
providers providers/http: Include status text in func map 2024-12-07 13:07:26 -05:00
.gitignore Ignore STEP files at the repository root 2024-12-05 18:36:35 -05:00
document.go Add some TODOs 2024-12-07 03:13:58 -05:00
environment.go Add some TODOs 2024-12-07 03:13:58 -05:00
error.go Initial commit 2024-12-05 13:15:22 -05:00
frontmatter_test.go Initial commit 2024-12-05 13:15:22 -05:00
frontmatter.go Initial commit 2024-12-05 13:15:22 -05:00
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 Fix HTTPResponseRecorder playing back a zero status code 2024-12-07 01:40:35 -05:00
LICENSE Initial commit 2024-12-05 13:15:22 -05:00
plugin.go FuncProviderFor now implies FuncProvider 2024-12-07 01:36:06 -05:00
README.md Initial commit 2024-12-05 13:15:22 -05:00

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.