2023-04-14 13:19:11 +08:00
|
|
|
{{template "base/head" .}}
|
|
|
|
<div class="page-content devtest">
|
2024-03-22 14:45:10 +01:00
|
|
|
<div class="tw-flex">
|
2024-03-23 21:11:15 +01:00
|
|
|
<div class="tw-w-4/5">
|
2023-04-14 13:19:11 +08:00
|
|
|
hello hello hello hello hello hello hello hello hello hello
|
|
|
|
</div>
|
2024-03-23 21:11:15 +01:00
|
|
|
<div class="tw-w-1/5">
|
2023-04-14 13:19:11 +08:00
|
|
|
{{template "devtest/tmplerr-sub" .}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|