inst/basic/templates/about.R

library(htmltools)

name <- [% name %]

tags$html(
  lang = "en",
  tags$head(
    tags$meta(charset= "UTF-8"),
    tags$meta(name = "viewport", content = "width=device-width, initial-scale=1.0"),
    tags$link(rel = "stylesheet", href = "static/style.css"),
    tags$title("Ambiorix")
  ),
  tags$body(
    tags$h1("[% title %]", class = "brand"),
    h3("Hi", name)
  )
)
devOpifex/ambiorix.generator documentation built on May 19, 2024, 6:11 a.m.