includeCSS()
htmlDependency()
renderUI
Shiny.setInputValue
getType
ui <- fluidPage( textInput("caption", "Caption", "Data Summary"), verbatimTextOutput("value") ) ui <- htmlTemplate( system.file("template", "default.html", package = "shiny"), lang = "en", body = tags$body(ui), document_ = TRUE )