Scriptable template processor. https://holanet.xyz/soft/step
Go to file
2024-12-07 03:13:58 -05:00
cmd cmd/stepd: Add ability to specify error document 2024-12-07 03:11:12 -05:00
http http: Error template documents are supported 2024-12-07 03:10:45 -05:00
providers providers: Add path functions to supplement sprig's 2024-12-07 02:13:06 -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.