Files
hearth/package/gitea/source/templates/devtest/avatar-stack.tmpl
T
yukkop d9b2a4e787
runner nix smoke / nix label and flake smoke (push) Failing after 1m28s
feat: update gitea vendor
2026-09-26 21:18:24 +00:00

19 lines
460 B
Handlebars

{{template "devtest/devtest-header"}}
<div class="page-content devtest ui container">
<div>
<h1>Avatar Stack</h1>
<table class="ui basic table">
<thead><tr><th>Scenario</th><th>Rendered</th></tr></thead>
<tbody>
{{range $s := .AvatarStackScenarios}}
<tr>
<td>{{$s.Label}}</td>
<td>{{ctx.RenderUtils.AvatarStackWithNames $s.Data}}</td>
</tr>
{{end}}
</tbody>
</table>
</div>
</div>
{{template "devtest/devtest-footer"}}