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>
Homepage | GitHub | GitLab | SourceHut