Registry / web-framework / cyberdelia-templates

cyberdelia-templates

JSON →
library1.0.0gogounverified

A Go package for rendering HTML templates with support for layouts and partials.

go get github.com/cyberdelia/templates
INSTALL
IMPORT
SIG · CYBERDELIA-TEMPLAT
C
cyberdelia-templates
web-frameworkgov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

templates
github.com/cyberdelia/templates

Renders an HTML template named 'index'.

package main import ( "net/http" "github.com/cyberdelia/templates" ) func main() { http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { templates.Render(w, "index", nil) }) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
cyberdelia-templates — go get cyberdelia-templates · libregistry