Skip to content

Instantly share code, notes, and snippets.

@lakinwecker
Created September 15, 2021 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lakinwecker/b53b59f09c6653e93b14f9e4364c28a2 to your computer and use it in GitHub Desktop.
Save lakinwecker/b53b59f09c6653e93b14f9e4364c28a2 to your computer and use it in GitHub Desktop.
@cask.postForm("/contact")
def contactPost(
name: Option[String],
email: Option[String],
telephone: Option[String],
verification: Option[String],
arrival_date: Option[String],
cabins: Option[String],
departure_date: Option[String],
comments: Option[String],
) = Templates.contact(ContactContext.empty).render
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment