]> nmode's Git Repositories - Rnaught/blob - inst/web/templates/content/help.html
Update contact panel
[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 = "contact",
11 header = "Contact Us"
12 )
13 }}
14 {{
15 htmlTemplate("templates/content/help/panel.html",
16 id = "serial-interval",
17 header = "What is the Serial Interval (SI)?"
18 )
19 }}
20 </div>