From e920b3e514e717fc05ed524267d3b53e272fec51 Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Mon, 6 Jan 2025 23:55:43 +0000 Subject: Update web app entry point - Rename 'app' -> 'web' - Return shiny app object in entry point function --- inst/web/templates/content/help.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 inst/web/templates/content/help.html (limited to 'inst/web/templates/content/help.html') diff --git a/inst/web/templates/content/help.html b/inst/web/templates/content/help.html new file mode 100644 index 0000000..df4e887 --- /dev/null +++ b/inst/web/templates/content/help.html @@ -0,0 +1,8 @@ +
+ {{ + htmlTemplate("templates/content/help/panel.html", + id = "serial-interval", + header = "What is the serial interval?" + ) + }} +
-- cgit v1.2.3