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()
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.