gitea源码

tmplerr.tmpl 320B

12345678910111213
  1. {{template "devtest/devtest-header"}}
  2. <div class="page-content devtest">
  3. <div class="tw-flex">
  4. <div class="tw-w-4/5">
  5. hello hello hello hello hello hello hello hello hello hello
  6. </div>
  7. <div class="tw-w-1/5">
  8. {{template "devtest/tmplerr-sub" .}}
  9. </div>
  10. </div>
  11. </div>
  12. {{template "devtest/devtest-footer"}}