summaryrefslogtreecommitdiff
path: root/inst/app/templates/content/help.html
blob: 388afb1cab7b532504607851773ffb56b2742afa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="accordion accordion-flush" id="help-accordion">
  {{
    htmlTemplate("templates/content/help/panel.html",
      id = "example-help-1",
      header = "Example help 1"
    )
  }}
  {{
    htmlTemplate("templates/content/help/panel.html",
      id = "example-help-2",
      header = "Example help 2"
    )
  }}
</div>