in filecontent.go [32:37]
func FileContentLiteral(content string) FileContent { return func(_ context.Context, _ Scope, w io.Writer) error { _, err := fmt.Fprint(w, content) return err } }