]> nmode's Git Repositories - Rnaught/blob - inst/app/templates/content/help.html
Revamp Shiny app
[Rnaught] / inst / app / templates / content / help.html
1 <div class="accordion accordion-flush" id="help-accordion">
2 {{
3 htmlTemplate("templates/content/help/panel.html",
4 id = "example-help-1",
5 header = "Example help 1"
6 )
7 }}
8 {{
9 htmlTemplate("templates/content/help/panel.html",
10 id = "example-help-2",
11 header = "Example help 2"
12 )
13 }}
14 </div>