forgejo/templates/demo/tmplerr.tmpl
0ko 3cafb7fa6c chore(ui): change /devtest to /-/demo (#11019)
It has always been largely used for showcasing UI elements but that name didn't work too well for it.

Testing:
Some of existing tests depend on these pages, making it redundant to create extra tests.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11019
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2026-01-26 13:12:25 +01:00

12 lines
289 B
Go HTML Template

{{template "base/head" .}}
<div class="page-content">
<div class="tw-flex">
<div class="tw-w-4/5">
hello hello hello hello hello hello hello hello hello hello
</div>
<div class="tw-w-1/5">
{{template "demo/tmplerr-sub" .}}
</div>
</div>
</div>
{{template "base/footer" .}}