diff options
Diffstat (limited to 'inst/app/templates/content/estimators')
-rw-r--r-- | inst/app/templates/content/estimators/add-estimators.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/inst/app/templates/content/estimators/add-estimators.html b/inst/app/templates/content/estimators/add-estimators.html index dce2dae..d1629d2 100644 --- a/inst/app/templates/content/estimators/add-estimators.html +++ b/inst/app/templates/content/estimators/add-estimators.html @@ -31,4 +31,12 @@ reference_url = "https://doi.org/10.1002/sim.3136" ) }} + {{ + htmlTemplate("templates/content/estimators/add-estimators/components/panel.html", + id = "mu", + header = "Serial Interval (WP)", + reference_label = "Wikipedia", + reference_url = "https://doi.org/10.1002/sim.3136" + ) + }} </div> |