mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-04 16:24:46 +01:00

Close #24104 This also introduces many tests to cover many complex error handling functions. ### Before The details are never shown in production. <details>  </details> ### After The details could be shown to site admin users. It is safe. 
12 lines
305 B
Go HTML Template
12 lines
305 B
Go HTML Template
{{template "base/head" .}}
|
|
<div class="page-content devtest">
|
|
<div class="gt-df">
|
|
<div style="width: 80%; ">
|
|
hello hello hello hello hello hello hello hello hello hello
|
|
</div>
|
|
<div style="width: 20%;">
|
|
{{template "devtest/tmplerr-sub" .}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|