mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-02-03 20:51:07 -05:00
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>
12 lines
289 B
Go HTML Template
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" .}}
|