On this page:
formlet
Version: 4.1.1

4.2 Syntactic Shorthand

 (require web-server/formlets/syntax)

Most users will want to use the syntactic shorthand for creating formlets.

(formlet rendering yields-expr)

Constructs a formlet with the specified rendering and the processing resulting in the yields-expr expression. The rendering form is a quasiquoted X-expression, with two special caveats:

,{=> formlet-expr name} embeds the formlet given by formlet-expr; the result of this processing this formlet is available in the yields-expr as name.

(#%# xexpr ...) renders an X-expression forest.