blob: dd938c895e6ba325bf3bfa94665c0a9dbf783633 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{{template "base/head" .}}
<div class="page-content devtest">
<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 "devtest/tmplerr-sub" .}}
</div>
</div>
</div>
{{template "base/footer" .}}
|