inst/frontend/controllers/contact.R

box::use(
  .. / store / contact[page],
  .. / templates / template_path[template_path]
)

#' Handle GET at '/contact'
#'
#' @export
contact_get <- \(req, res) {
  res$render(
    template_path("page.html"),
    list(
      title = "Contact | Goated",
      content = page()
    )
  )
}
devOpifex/ambiorix.generator documentation built on May 19, 2024, 6:11 a.m.