]> nmode's Git Repositories - Rnaught/blob - inst/web/templates/content/help.html
Update web app help tab and add demo video
[Rnaught] / inst / web / templates / content / help.html
1 <div class="accordion accordion-flush" id="help-accordion">
2 {{
3 htmlTemplate("templates/content/help/panel.html",
4 id = "demo-video",
5 header = "Demo video"
6 )
7 }}
8 {{
9 htmlTemplate("templates/content/help/panel.html",
10 id = "serial-interval",
11 header = "What is the serial interval (SI)?"
12 )
13 }}
14 </div>