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">
|
2023-04-14 13:19:11 +08:00
|
|
|
<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" .}}
|