box::use(
.. / store / home[page],
.. / templates / template_path[template_path]
)
#' Handle GET at '/'
#'
#' @export
home_get <- \(req, res) {
res$render(
template_path("page.html"),
list(
title = "Home | Goated",
content = page()
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.