Skip to content

azugo/templ

Repository files navigation

Azugo Templ rendering

status-badge

Azugo framework Templ HTML template rendering support.

Usage

	app.Get("/", func(ctx *azugo.Context) {
		templ.Render(ctx, index())
	})