Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

tmplerr.tmpl 307B

123456789101112
  1. {{template "base/head" .}}
  2. <div class="page-content devtest">
  3. <div class="tw-flex">
  4. <div style="width: 80%; ">
  5. hello hello hello hello hello hello hello hello hello hello
  6. </div>
  7. <div style="width: 20%;">
  8. {{template "devtest/tmplerr-sub" .}}
  9. </div>
  10. </div>
  11. </div>
  12. {{template "base/footer" .}}