diff options
Diffstat (limited to 'inst/web/templates/content/help.html')
-rw-r--r-- | inst/web/templates/content/help.html | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ +<div class="accordion accordion-flush" id="help-accordion"> + {{ + htmlTemplate("templates/content/help/panel.html", + id = "serial-interval", + header = "What is the serial interval?" + ) + }} +</div> |