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