gitea源码

footer.tmpl 296B

123456789101112131415
  1. {{if false}}
  2. {{/* to make html structure "likely" complete to prevent IDE warnings */}}
  3. <html>
  4. <body>
  5. <div>
  6. {{end}}
  7. {{template "custom/body_inner_post" .}}
  8. </div>
  9. {{template "custom/body_outer_post" .}}
  10. {{template "base/footer_content" .}}
  11. {{template "custom/footer" .}}
  12. </body>
  13. </html>