#' Home
#'
#' Render the homepage.
#'
#' @inheritParams handler
#'
#' @name views
#'
#' @keywords internal
home_get <- \(con){
\(req, res) {
res$render(
template_path("home.html"),
template_data(con, req)
)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.