]> nmode's Git Repositories - Rnaught/commitdiff
Help page
authorkfiliyork <116465911+kfiliyork@users.noreply.github.com>
Thu, 6 Jun 2024 22:15:27 +0000 (18:15 -0400)
committerGitHub <noreply@github.com>
Thu, 6 Jun 2024 22:15:27 +0000 (18:15 -0400)
What is a SI?

inst/app/templates/content/help.html

index 388afb1cab7b532504607851773ffb56b2742afa..51192fc610961d5fbb06720e77b0b78cf7f491ef 100644 (file)
@@ -1,14 +1,6 @@
 <div class="accordion accordion-flush" id="help-accordion">
-  {{
-    htmlTemplate("templates/content/help/panel.html",
-      id = "example-help-1",
-      header = "Example help 1"
-    )
-  }}
-  {{
-    htmlTemplate("templates/content/help/panel.html",
-      id = "example-help-2",
-      header = "Example help 2"
-    )
-  }}
+  {{ htmlTemplate("templates/content/help/panel.html", id = "serial-interval",
+  header = "What is a Serial Interval(mu) ?" ) }} {{
+  htmlTemplate("templates/content/help/panel.html", id = "example-help-2",
+  header = "Example help 2" ) }}
 </div>