repositorypackage
0.0.0-20241018144049-48b771552214
Repository: https://github.com/wansing/seal.git
Documentation: pkg.go.dev
# README
seal
Some kind of experimental headless filesystem-based content management system.
- Directory: is matched to request uri
- File without extension: registers a handler (maximum one per directory)
- handler is always run
- boolean return value tells whether to continue execution
- default handler executes template if the remaining path is empty
- File with extension: is converted to html, then parsed as a template